aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2017-05-27 14:30:24 +0200
committerDan Fandrich <dan@coneharvesters.com>2017-05-27 14:30:24 +0200
commit14514c97968c1ad26b15e140083565e85a4d2b47 (patch)
treecc9a5ebd5fa00d680b2ba18039446d4fdb357b8f /tests/runtests.pl
parentd90b729c3b5aa6122f67d2ee21c718a0bc93e5dd (diff)
runtests.pl: removed unused arguments to valgrindparse
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index 309b7085a..5eafdd5db 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -4121,7 +4121,7 @@ sub singletest {
$timevrfyend{$testnum} = Time::HiRes::time() if($timestats);
return 1;
}
- my @e = valgrindparse($srcdir, $feature{'SSL'}, "$LOGDIR/$vgfile");
+ my @e = valgrindparse("$LOGDIR/$vgfile");
if(@e && $e[0]) {
if($automakestyle) {
logmsg "FAIL: $testnum - $testname - valgrind\n";