Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't break mpich3 tests with coverage on
[simgrid.git] / teshsuite / smpi / mpich3-test / runtests
index 38d2a86..695f23a 100755 (executable)
@@ -164,6 +164,7 @@ foreach $_ (@ARGV) {
     elsif (/--?timeoutarg=(.*)/) { $timeoutArgPattern = $1; }
     elsif (/--?execarg=(.*)/) { $execarg = "$execarg $1"; }
     elsif (/--?setenv/) {  }
+    elsif (/--?enable-coverage/) {  }
     elsif (/VALGRIND_COMMAND=(.*)/) { 
         $valgrind = $1; }
     elsif (/VALGRIND_OPTIONS=(.*)/) {