X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2cff10046c00ef34641f4202364f95173732b483..1d034469b6ce8dfa47fc687fdfcac1905ef4950c:/tools/jenkins/build.sh diff --git a/tools/jenkins/build.sh b/tools/jenkins/build.sh index b44245a69a..53ec8134fe 100755 --- a/tools/jenkins/build.sh +++ b/tools/jenkins/build.sh @@ -222,7 +222,7 @@ echo "XX Run the tests" echo "XX pwd: "$(pwd) echo "XX" -ctest -T test --output-on-failure --no-compress-output || true +ctest -T test --output-on-failure --no-compress-output -j $NUMBER_OF_PROCESSORS || true if test -n "$INSTALL" && [ "${branch_name}" = "origin/master" ] ; then echo "XX"