diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-08-04 21:50:37 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-08-04 21:50:37 (GMT) |
commit | 90aa3cb287a11582f518b4f2c61fa0610c6f8156 (patch) | |
tree | d804df4f1410c77cb1ea50aa4bbc38b85b475904 /windows/tools/h5repack | |
parent | 5eb94a3eb5bb91e7ae3ac9d35566ef7a79a4cfb8 (diff) | |
download | hdf5-90aa3cb287a11582f518b4f2c61fa0610c6f8156.zip hdf5-90aa3cb287a11582f518b4f2c61fa0610c6f8156.tar.gz hdf5-90aa3cb287a11582f518b4f2c61fa0610c6f8156.tar.bz2 |
[svn-r15430] Purpose: Update Windows test script for new h5diff option: -c
Description:
A new parameter was added to h5diff recently. We add a new test to the h5diff script, and change the syntax in which h5diff is called from the h5repack test script
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 a91dcb9..30ddaab 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 %*
+ %h5diff_bin% -q -c %*
if %errorlevel% neq 0 (
call :verify *FAILED* %*
set /a nerrors=!nerrors!+1
|