diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-11-29 13:36:57 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-11-29 13:36:57 (GMT) |
commit | 30d4db89129a6bd98861485992bea6691df9b07b (patch) | |
tree | 496da06d98af47f36f6fa40d0a4fcc54095ee198 /windows/tools/h5repack | |
parent | 586ac517a1f4a6c0cd180404ed6a0335e361fb53 (diff) | |
download | hdf5-30d4db89129a6bd98861485992bea6691df9b07b.zip hdf5-30d4db89129a6bd98861485992bea6691df9b07b.tar.gz hdf5-30d4db89129a6bd98861485992bea6691df9b07b.tar.bz2 |
[svn-r14302] Purpose: Update Windows test scripts for recent changes
Description:
Minor changes were recently made in the linux test scripts for h5diff and h5repack. This brings Windows up-to-date.
Note: I am still working on updates to testh5ls.bat-- there is one test that is failing, but should be ready soon.
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows/tools/h5repack')
-rw-r--r-- | windows/tools/h5repack/h5repack.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat index ae97db4..d0bf845 100644 --- a/windows/tools/h5repack/h5repack.bat +++ b/windows/tools/h5repack/h5repack.bat @@ -312,7 +312,7 @@ rem )
rem szip remove
- set arg=%file7% -f dset_szip:NONE
+ set arg=%file7% --filter=dset_szip:NONE
if not "%use_filter_szip_encoder%"=="yes" (
call :skip %arg%
) else if not "%use_filter_szip%"=="yes" (
@@ -483,7 +483,7 @@ rem rem layout options (these files have no filters)
rem ########################################################
- call :tooltest %file4% -l dset2:CHUNK=20x10
+ call :tooltest %file4% --layout=dset2:CHUNK=20x10
call :tooltest %file4% -l CHUNK=20x10
call :tooltest %file4% -l dset2:CONTI
call :tooltest %file4% -l CONTI
|