From: Lasse Collin Date: Sun, 5 Jan 2025 18:48:28 +0000 (+0200) Subject: CI: Make ctest show errors from failed tests X-Git-Tag: v5.7.1alpha~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2b57cb477b753293c25a01fc24c7f84ee523c2;p=thirdparty%2Fxz.git CI: Make ctest show errors from failed tests --- 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