mirror of
https://git.tukaani.org/xz.git
synced 2025-04-15 04:00:50 +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)
|
cmake)
|
||||||
cd "$DEST_DIR"
|
cd "$DEST_DIR"
|
||||||
if ${WRAPPER} make test
|
if ${WRAPPER} make CTEST_OUTPUT_ON_FAILURE=1 test
|
||||||
then
|
then
|
||||||
:
|
:
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user