summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--windows/tools/h5repack/h5repack.bat9
1 files changed, 3 insertions, 6 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat
index 7454f7f..a91dcb9 100644
--- a/windows/tools/h5repack/h5repack.bat
+++ b/windows/tools/h5repack/h5repack.bat
@@ -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%