Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Don't fill array with garbage when it won't be needed. Thanks agier (and ubsan).
[simgrid.git] / tools / internal / travis-sonarqube.sh
index 98411efe527c8f7731b26f952b0dfcdb3a9a8410..94b05c8e249297d1704d7d7ba9d094a4ce82a90a 100755 (executable)
@@ -34,7 +34,7 @@ installBuildWrapper
 # Run ctest before sonar to gather coverage some information
 # EDIT: Don't run the tests on travis because they take too much time.
 #set +e
-#ctest -j4 --output-on-failure
+#ctest -j2 --output-on-failure
 #outcome=$?
 #set -e
 outcome=0