diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2008-10-27 14:32:57 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2008-10-27 14:32:57 (GMT) |
commit | 2d567669cd37a93bbcd68a5ad0a4e11b0e06d58b (patch) | |
tree | dd4cb14a9e53a9fe6c0ba663c829b8a646f092db | |
parent | 9e9c74f7c03b95be670dc8f697c10ec60ec52d62 (diff) | |
download | hdf5-2d567669cd37a93bbcd68a5ad0a4e11b0e06d58b.zip hdf5-2d567669cd37a93bbcd68a5ad0a4e11b0e06d58b.tar.gz hdf5-2d567669cd37a93bbcd68a5ad0a4e11b0e06d58b.tar.bz2 |
[svn-r15963] Purpose: Minor h5repack test update
Description:
Change the Windows h5repack test script so that the h5diff format matches the latest changes. In particular, don't send the -c option.
Tested:
None, very minor
-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 3911dc5..de609ab 100644 --- a/windows/tools/h5repack/h5repack.bat +++ b/windows/tools/h5repack/h5repack.bat @@ -115,7 +115,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
|