From: Nathan Moinvaziri Date: Sat, 19 Sep 2020 01:10:03 +0000 (-0700) Subject: Remove exit code 1 from SUCCESS_EXIT for normal compression tests. X-Git-Tag: 1.9.9-b1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef5a849137bbd596b8e9c74182ea408a5ec76236;p=thirdparty%2Fzlib-ng.git Remove exit code 1 from SUCCESS_EXIT for normal compression tests. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 989fdf28..10e19844 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()