From: Martin Quinson Date: Wed, 22 Mar 2023 08:17:12 +0000 (+0100) Subject: jenkins::Flags if you run the tests, be verbose on errors [no-ci] X-Git-Tag: v3.34~285 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/6ef6867d3962e629e6fe2df4320d4d6a5e7964b7 jenkins::Flags if you run the tests, be verbose on errors [no-ci] --- diff --git a/tools/jenkins/Flags.sh b/tools/jenkins/Flags.sh index 25fadeb18e..e8f9198f16 100755 --- a/tools/jenkins/Flags.sh +++ b/tools/jenkins/Flags.sh @@ -89,7 +89,7 @@ make -j$NUMPROC tests if [ "$runtests" = "ON" ]; then # exclude tests known to fail with _GLIBCXX_DEBUG - ctest -j$NUMPROC -E '^[ps]thread-|mc-bugged1-liveness' + ctest -j$NUMPROC -E '^[ps]thread-|mc-bugged1-liveness' --output-on-failure fi cd ..