From bc899f9e0700ad153bd65f4804c4de7515c8a847 Mon Sep 17 00:00:00 2001 From: Sam James Date: Wed, 10 Apr 2024 15:17:47 +0100 Subject: [PATCH] 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... --- build-aux/ci_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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