[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
This commit is contained in:
Scott Wegner
2008-10-27 09:32:57 -05:00
parent 9e9c74f7c0
commit 2d567669cd

View File

@@ -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