]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
ci: make automake's test runner verbose on failures
authorSam James <sam@gentoo.org>
Wed, 10 Apr 2024 14:17:47 +0000 (15:17 +0100)
committerLasse Collin <lasse.collin@tukaani.org>
Wed, 10 Apr 2024 21:15:35 +0000 (00:15 +0300)
This is a lot easier to work with than the save-logs thing the action
tries to do...

build-aux/ci_build.sh

index e6926d3ecde0783ca8803f71427cc87b0bca754a..e92d88c981a22b8aaf6079a123dbbb819436c02b 100755 (executable)
@@ -262,7 +262,7 @@ then
        autotools)
                cd "$DEST_DIR"
                # If the tests fail, copy the test logs into the artifacts folder
-               if make check LOG_COMPILER="$WRAPPER"
+               if make check VERBOSE=1 LOG_COMPILER="$WRAPPER"
                then
                        :
                else