From: Martin Quinson Date: Sat, 8 Mar 2014 17:19:59 +0000 (+0100) Subject: please ctest, tell me what's wrong with you X-Git-Tag: v3_11~238 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7180e3eeeaf908fa7591c59ce880b5dbed8fcc07?ds=sidebyside please ctest, tell me what's wrong with you --- diff --git a/buildtools/jenkins/run.sh b/buildtools/jenkins/run.sh index 1d1ad6c8a0..96f8afb178 100755 --- a/buildtools/jenkins/run.sh +++ b/buildtools/jenkins/run.sh @@ -75,7 +75,7 @@ fi echo "running tests with $NUMBER_OF_PROCESSORS processors" -ctest -T test --no-compress-output --timeout 100 -j$NUMBER_OF_PROCESSORS || true +ctest --output-on-failure -T test --no-compress-output --timeout 100 -j$NUMBER_OF_PROCESSORS || true if [ -f Testing/TAG ] ; then xsltproc $WORKSPACE/buildtools/jenkins/ctest2junit.xsl -o "$WORKSPACE/CTestResults.xml" Testing/`head -n 1 < Testing/TAG`/Test.xml fi