1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-17 14:08:12 +00:00

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...

(cherry picked from commit bc899f9e0700ad153bd65f4804c4de7515c8a847)
This commit is contained in:
Sam James 2024-04-10 15:17:47 +01:00 committed by Lasse Collin
parent cc21af1715
commit 752ba5ed99

View File

@ -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