Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix make distcheck with documentation
[simgrid.git] / tools / jenkins / DynamicAnalysis.sh
index 9faa38b..427d35f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env sh
 
 set -e
 
@@ -57,7 +57,7 @@ cmake -Denable_documentation=OFF -Denable_lua=OFF  \
 
 
 make -j$NUMPROC
-ctest -D ExperimentalTest -j$NUMPROC || true
+ctest --no-compress-output -D ExperimentalTest -j$NUMPROC || true
 
 cd $WORKSPACE/build
 if [ -f Testing/TAG ] ; then