1
0
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:
Lasse Collin 2025-01-05 20:48:28 +02:00
parent c405264c03
commit ad2b57cb47
No known key found for this signature in database
GPG Key ID: 38EE757D69184620

View File

@ -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