From 36a4fb197da712f8838a7dfab48670a91414286f Mon Sep 17 00:00:00 2001 From: degomme Date: Mon, 18 Apr 2016 23:03:56 +0200 Subject: [PATCH] don't break mpich3 tests with coverage on --- teshsuite/smpi/mpich3-test/runtests | 1 + 1 file changed, 1 insertion(+) 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=(.*)/) { -- 2.20.1