mirror of https://git.tukaani.org/xz.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...
This commit is contained in:
parent
b5e3470442
commit
bc899f9e07
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue