From ad2b57cb477b753293c25a01fc24c7f84ee523c2 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 5 Jan 2025 20:48:28 +0200 Subject: [PATCH] CI: Make ctest show errors from failed tests --- build-aux/ci_build.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-aux/ci_build.bash b/build-aux/ci_build.bash index ddd6b13a..f35b0950 100755 --- a/build-aux/ci_build.bash +++ b/build-aux/ci_build.bash @@ -273,7 +273,7 @@ then ;; cmake) cd "$DEST_DIR" - if ${WRAPPER} make test + if ${WRAPPER} make CTEST_OUTPUT_ON_FAILURE=1 test then : else