diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-11-17 19:12:14 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-11-17 19:12:14 (GMT) |
commit | b3b538cf581ecf0a5ce9fa883a16061fda84b881 (patch) | |
tree | 6e1d3e944094ef3a2c51dcde772b2a0ee8535c18 /windows/tools/h5repack | |
parent | e86e9f49f65d15a120d5933b8be5c9fb118aa4ab (diff) | |
download | hdf5-b3b538cf581ecf0a5ce9fa883a16061fda84b881.zip hdf5-b3b538cf581ecf0a5ce9fa883a16061fda84b881.tar.gz hdf5-b3b538cf581ecf0a5ce9fa883a16061fda84b881.tar.bz2 |
[svn-r16084] Purpose: Update Windows tool test scripts
Description: Bring changes from the various tool test scripts to Windows.
testh5copy.bat: add syntax for tests which expect h5diff to fail, and apply them to existing tests
testh5diff.bat: add a new test for "contents mode"
testh5dump.bat: modify some tests to use the new "-b *" and "-b NATIVE" syntax
h5repack.bat: call h5dump without the -c switch
Tested:
VS2005 on WinXP
Diffstat (limited to 'windows/tools/h5repack')
-rw-r--r-- | windows/tools/h5repack/h5repack.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/h5repack/h5repack.bat b/windows/tools/h5repack/h5repack.bat index b5122f2..eb4da34 100644 --- a/windows/tools/h5repack/h5repack.bat +++ b/windows/tools/h5repack/h5repack.bat @@ -114,7 +114,7 @@ rem was unavailable) rem Call the h5diff tool
rem
:difftest
- %h5diff_bin% -q -c %*
+ %h5diff_bin% -q %*
if %errorlevel% neq 0 (
call :verify *FAILED* %*
set /a nerrors=!nerrors!+1
|