aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtests/runtests.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 8de3c0690..2d9a97ed9 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1024,7 +1024,7 @@ sub singletest {
}
if($valgrind) {
- $CMDLINE = "exec 3>log/valgrind$testnum && $CMDLINE";
+ $CMDLINE = "valgrind --leak-check=yes --logfile=log/valgrind$testnum -q $CMDLINE";
}
$CMDLINE .= "$cmdargs >>$STDOUT 2>>$STDERR";
@@ -1476,9 +1476,6 @@ if($valgrind) {
#print "Valgrind failure, disable it\n";
undef $valgrind;
}
- else {
- $CURL="valgrind --leak-check=yes --logfile-fd=3 -q $CURL";
- }
}
#######################################################################