From: degomme Date: Mon, 18 Apr 2016 21:03:56 +0000 (+0200) Subject: don't break mpich3 tests with coverage on X-Git-Tag: v3_13~64 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/36a4fb197da712f8838a7dfab48670a91414286f don't break mpich3 tests with coverage on --- diff --git a/teshsuite/smpi/mpich3-test/runtests b/teshsuite/smpi/mpich3-test/runtests index 38d2a86338..695f23a00d 100755 --- a/teshsuite/smpi/mpich3-test/runtests +++ b/teshsuite/smpi/mpich3-test/runtests @@ -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=(.*)/) {