Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
jenkins::Flags if you run the tests, be verbose on errors [no-ci]
[simgrid.git] / 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 ..