diff options
Diffstat (limited to 'windows/tools/h5copy/testh5copy.bat')
-rw-r--r-- | windows/tools/h5copy/testh5copy.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/tools/h5copy/testh5copy.bat b/windows/tools/h5copy/testh5copy.bat index 3e2489b..8fc9f67 100644 --- a/windows/tools/h5copy/testh5copy.bat +++ b/windows/tools/h5copy/testh5copy.bat @@ -157,7 +157,7 @@ rem $* everything else arguments for h5copy. rem Call the h5diff tool
rem
:h5difftest
- %h5diff_bin% %* -q
+ %h5diff_bin% -q %*
if %errorlevel% neq 0 (
call :verify *FAILED* %*
set /a nerrors=!nerrors!+1
|