From 7180e3eeeaf908fa7591c59ce880b5dbed8fcc07 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 8 Mar 2014 18:19:59 +0100 Subject: [PATCH] please ctest, tell me what's wrong with you --- buildtools/jenkins/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1