aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIvan Komissarov <abbapoh@gmail.com>2023-10-04 23:29:29 +0300
committerIvan Komissarov <ABBAPOH@gmail.com>2023-10-05 10:40:15 +0000
commit871e4c29b3e1d6611dc7c71c4bb01950ebf9874d (patch)
tree96b81cd20af844788c73658dd9e89366e5b99fdb
parent5af4f376f88e7859667de6be0eff8f8af304528d (diff)
GitHub actions: print tests stederr on failure
Change-Id: I1cf09f8dfffdb67b311418433fe039f8d66bd5ce Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
-rwxr-xr-xscripts/build-qbs-with-cmake.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build-qbs-with-cmake.sh b/scripts/build-qbs-with-cmake.sh
index 820f30303..7f3fe3f5e 100755
--- a/scripts/build-qbs-with-cmake.sh
+++ b/scripts/build-qbs-with-cmake.sh
@@ -100,6 +100,6 @@ fi
#
(while true; do echo "" && sleep 590; done) &
trap "kill $!; wait $! 2>/dev/null || true; killall sleep || true" EXIT
-ctest -j $(nproc --all)
+ctest -j $(nproc --all) --output-on-failure
popd