Skip to content

Commit

Permalink
CI: Make ctest show errors from failed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Jan 5, 2025
1 parent c405264 commit ad2b57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-aux/ci_build.bash
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ then
;;
cmake)
cd "$DEST_DIR"
if ${WRAPPER} make test
if ${WRAPPER} make CTEST_OUTPUT_ON_FAILURE=1 test
then
:
else
Expand Down

0 comments on commit ad2b57c

Please sign in to comment.