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...
(cherry picked from commit bc899f9e07
)
This commit is contained in:
parent
cc21af1715
commit
752ba5ed99
|
@ -262,7 +262,7 @@ then
|
||||||
autotools)
|
autotools)
|
||||||
cd "$DEST_DIR"
|
cd "$DEST_DIR"
|
||||||
# If the tests fail, copy the test logs into the artifacts folder
|
# 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
|
then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue