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
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ then
;;
cmake)
cd "$DEST_DIR"
if ${WRAPPER} make test
if ${WRAPPER} make CTEST_OUTPUT_ON_FAILURE=1 test
then
:
else