gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 174/254: runtests.pl: removed unused arguments to v


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 174/254: runtests.pl: removed unused arguments to valgrindparse
Date: Sat, 17 Jun 2017 16:53:26 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit 14514c97968c1ad26b15e140083565e85a4d2b47
Author: Dan Fandrich <address@hidden>
AuthorDate: Sat May 27 14:30:24 2017 +0200

    runtests.pl: removed unused arguments to valgrindparse
---
 tests/runtests.pl | 2 +-
 tests/valgrind.pm | 4 +---
 2 files changed, 2 insertions(+), 4 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";
diff --git a/tests/valgrind.pm b/tests/valgrind.pm
index e6f66fd50..8b3d717d4 100644
--- a/tests/valgrind.pm
+++ b/tests/valgrind.pm
@@ -23,9 +23,7 @@
 use File::Basename;
 
 sub valgrindparse {
-    my ($srcdir,     # the dir in which the runtests script resides
-        $sslenabled,
-        $file) = @_;
+    my ($file) = @_;
     my @o;
     open(VAL, "<$file");
     @o = <VAL>;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]