[svn-r15250] Purpose: Update Windows h5repack test script

Description:
More syntax changes for testfiles directory.  This updates Windows for the neccessary changes as well.

Tested:
VS2005 on WinXP
This commit is contained in:
Scott Wegner 2008-06-20 10:17:47 -05:00
parent c55692001f
commit e0232fd960

View File

@ -42,13 +42,11 @@ set h5diff=..\h5diff%2\%1\h5diff%2
rem The path of the h5diff tool binary
set h5diff_bin=%CD%\%h5diff%
rem The tool name
set h5detectszip=testh5repack_detect_szip%2
rem The path of the tool binary
set h5detectszip_bin=%CD%\..\testfiles\%h5detectszip%\%1\%h5detectszip%
set info_file=..\testfiles\info.h5repack
set info_file=testfiles\h5repack.info
set file0=h5repack_fill.h5
set file1=h5repack_objs.h5
@ -68,7 +66,6 @@ set file13=h5repack_soffset.h5
set nerrors=0
set verbose=yes
if not exist ..\testfiles mkdir ..\testfiles
goto main
@ -133,7 +130,7 @@ rem
:tooltest
rem Run test.
set infile=%CD%\..\testfiles\%1
set infile=%CD%\testfiles\%1
rem Linux uses a $path variable here, but it is unneccessary, and will
rem corrupt our Windows PATH if we use it. --SJW 8/28/07
rem set path=%CD%
@ -167,7 +164,7 @@ rem
:tooltest0
rem Run test.
set infile=%CD%\..\testfiles\%1
set infile=%CD%\testfiles\%1
rem Linux uses a $path variable here, but it is unneccessary, and will
rem corrupt our Windows PATH if we use it. --SJW 8/28/07
rem set path=%CD%