Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
jenkins::Flags if you run the tests, be verbose on errors [no-ci]
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 22 Mar 2023 08:17:12 +0000 (09:17 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Wed, 22 Mar 2023 08:17:12 +0000 (09:17 +0100)
tools/jenkins/Flags.sh

index 25fadeb..e8f9198 100755 (executable)
@@ -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 ..