summaryrefslogtreecommitdiffstats
path: root/windows/tools/repacktest.BAT
diff options
context:
space:
mode:
Diffstat (limited to 'windows/tools/repacktest.BAT')
-rwxr-xr-xwindows/tools/repacktest.BAT7
1 files changed, 5 insertions, 2 deletions
diff --git a/windows/tools/repacktest.BAT b/windows/tools/repacktest.BAT
index 0aa41ad..440f5e4 100755
--- a/windows/tools/repacktest.BAT
+++ b/windows/tools/repacktest.BAT
@@ -168,14 +168,14 @@ call %tooltest% %test0% %nodiff%
:: call ..\..\tooltest ..\..\testfiles\test1.h5 ..\..\temptest\notcomp.txt
set flag=-i %test1% -o %output1%
-call %tooltest% %test1% %notcomp%
+call %tooltest% %test1% %nodiff%
::--------------
:: test2.h5
::--------------
set flag=-i %test2% -o %output2%
-call %tooltest% %test2% %notcomp%
+call %tooltest% %test2% %nodiff%
::--------------
:: test3.h5
@@ -469,6 +469,9 @@ call %tooltest% %test4% %nodiff%
set flag=-i %test4% -o %output4% -l dset_chunk:CONTI
call %tooltest% %test4% %nodiff%
+set flag=-i %test1% -o %output1% -n
+call %tooltest% %test4% %nodiff%
+
cd ..\..
echo.