]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Remove exit code 1 from SUCCESS_EXIT for normal compression tests.
authorNathan Moinvaziri <nathan@nathanm.com>
Sat, 19 Sep 2020 01:10:03 +0000 (18:10 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 23 Sep 2020 20:34:55 +0000 (22:34 +0200)
CMakeLists.txt

index 989fdf28fcb74525ce3f10d2667cacbda1b91803..10e198442c06619cc94bb0929ec9fb26ec71badf 100644 (file)
@@ -1123,7 +1123,6 @@ if(ZLIB_ENABLE_TESTS)
                 "-DDECOMPRESS_ARGS=-d;-c"
                 -DINPUT=${CMAKE_CURRENT_SOURCE_DIR}/${path}
                 -DOUTPUT=${CMAKE_CURRENT_SOURCE_DIR}/${path}-${test_id}.gz
-                "-DSUCCESS_EXIT=0;1"
                 -P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/test-compress.cmake)
         endif()
     endmacro()