mirror of
https://git.tukaani.org/xz.git
synced 2025-03-23 08:50:43 +00:00
CI: Make ctest show errors from failed tests
This commit is contained in:
parent
c405264c03
commit
ad2b57cb47
@ -273,7 +273,7 @@ then
|
||||
;;
|
||||
cmake)
|
||||
cd "$DEST_DIR"
|
||||
if ${WRAPPER} make test
|
||||
if ${WRAPPER} make CTEST_OUTPUT_ON_FAILURE=1 test
|
||||
then
|
||||
:
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user