From: Sam James Date: Wed, 10 Apr 2024 14:17:47 +0000 (+0100) Subject: ci: make automake's test runner verbose on failures X-Git-Tag: v5.7.1alpha~399 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc899f9e0700ad153bd65f4804c4de7515c8a847;p=thirdparty%2Fxz.git ci: make automake's test runner verbose on failures This is a lot easier to work with than the save-logs thing the action tries to do... --- diff --git a/build-aux/ci_build.sh b/build-aux/ci_build.sh index e6926d3e..e92d88c9 100755 --- a/build-aux/ci_build.sh +++ b/build-aux/ci_build.sh @@ -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