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...
This commit is contained in:
Sam James 2024-04-10 15:17:47 +01:00 committed by Lasse Collin
parent b5e3470442
commit bc899f9e07
1 changed files with 1 additions and 1 deletions

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