From ef5a849137bbd596b8e9c74182ea408a5ec76236 Mon Sep 17 00:00:00 2001 From: Nathan Moinvaziri Date: Fri, 18 Sep 2020 18:10:03 -0700 Subject: [PATCH] Remove exit code 1 from SUCCESS_EXIT for normal compression tests. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) 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() -- 2.47.3