mirror of https://git.tukaani.org/xz.git
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…
Reference in New Issue