summaryrefslogtreecommitdiffstats
path: root/windows/tools/h5repack
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-08-04 21:50:37 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-08-04 21:50:37 (GMT)
commit90aa3cb287a11582f518b4f2c61fa0610c6f8156 (patch)
treed804df4f1410c77cb1ea50aa4bbc38b85b475904 /windows/tools/h5repack
parent5eb94a3eb5bb91e7ae3ac9d35566ef7a79a4cfb8 (diff)
downloadhdf5-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.bat2
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