Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the tesh.pl with its friend
[simgrid.git] / buildtools / jenkins / build.sh
index 7226a67..7dbdcae 100755 (executable)
@@ -70,7 +70,7 @@ cd `cat VERSION`
 
 TRES=0
 
-ctest -T test --no-compress-output || true
+ctest -T test --output-on-failure --no-compress-output || true
 if [ -f Testing/TAG ] ; then
    xsltproc $WORKSPACE/buildtools/jenkins/ctest2junit.xsl Testing/`head -n 1 < Testing/TAG`/Test.xml > CTestResults.xml
    mv CTestResults.xml $WORKSPACE