Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
don't break mpich3 tests with coverage on
authordegomme <augustin.degomme@unibas.ch>
Mon, 18 Apr 2016 21:03:56 +0000 (23:03 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Mon, 18 Apr 2016 23:00:21 +0000 (01:00 +0200)
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=(.*)/) {