]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
CI: Make ctest show errors from failed tests
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 5 Jan 2025 18:48:28 +0000 (20:48 +0200)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 5 Jan 2025 18:51:53 +0000 (20:51 +0200)
build-aux/ci_build.bash

index ddd6b13a8e10bc4c39c2c941b910f843b3e8e25c..f35b09502416d8881cd75a5eb320aaaaf9cdcac5 100755 (executable)
@@ -273,7 +273,7 @@ then
        ;;
        cmake)
                cd "$DEST_DIR"
-               if ${WRAPPER} make test
+               if ${WRAPPER} make CTEST_OUTPUT_ON_FAILURE=1 test
                then
                        :
                else