diff options
author | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-17 17:21:04 (GMT) |
---|---|---|
committer | Daniel Spangberg <daniels@kemi.uu.se> | 2013-05-17 17:21:04 (GMT) |
commit | e9d08c77cbf705b012846eb837341b526e1a058b (patch) | |
tree | cce2a623fc3ce9aef6659893dfe0f39b36fabb72 /src/tests/compression/test_tng_compress_write.bat | |
parent | ecf039adfd38ba1a95b94f1bdc22f01928cb81c5 (diff) |
Updated number of tests in test suite scripts for tng compress.
Diffstat (limited to 'src/tests/compression/test_tng_compress_write.bat')
-rw-r--r-- | src/tests/compression/test_tng_compress_write.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/compression/test_tng_compress_write.bat b/src/tests/compression/test_tng_compress_write.bat index ba1d93e..7542fc8 100644 --- a/src/tests/compression/test_tng_compress_write.bat +++ b/src/tests/compression/test_tng_compress_write.bat @@ -4,7 +4,7 @@ SET /A I=0 :start SET /A I+=1 test_tng_compress_gen%I% -IF "%I%" == "57" ( +IF "%I%" == "64" ( GOTO end ) ELSE ( GOTO start |