Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't wrash with 0 sized files
[simgrid.git] / tools / jenkins / Coverage.sh
index 9fdf18e..123bc28 100755 (executable)
@@ -69,7 +69,7 @@ ctest -D ExperimentalCoverage || true
 unset JAVA_TOOL_OPTIONS
 if [ -f Testing/TAG ] ; then
 
-  files=$( find . -name "jacoco.exec" )
+  files=$( find . -size +1c -name "jacoco.exec" )
   i=0
   for file in $files
   do