From e0232fd960b8e699e8c43cd3dba8b31b67b44759 Mon Sep 17 00:00:00 2001 From: Scott Wegner Date: Fri, 20 Jun 2008 10:17:47 -0500 Subject: [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 --- windows/tools/h5repack/h5repack.bat | 9 +++------ 1 file 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% -- cgit v0.12