gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 37/254: runtests.pl: support multiline <postcheck>


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 37/254: runtests.pl: support multiline <postcheck> commands
Date: Sat, 17 Jun 2017 16:51:09 +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 2ce86d8509fa49d371af60d26bd934f90b99aeff
Author: Dan Fandrich <address@hidden>
AuthorDate: Sat Apr 29 10:00:15 2017 +0200

    runtests.pl: support multiline <postcheck> commands
---
 tests/runtests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/runtests.pl b/tests/runtests.pl
index 90a29573a..e281e318c 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -3793,7 +3793,7 @@ sub singletest {
     # run the postcheck command
     my @postcheck= getpart("client", "postcheck");
     if(@postcheck) {
-        $cmd = $postcheck[0];
+        $cmd = join("", @postcheck);
         chomp $cmd;
         subVariables \$cmd;
         if($cmd) {

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



reply via email to

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