gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] [gnurl] 78/219: runtests: start socksd like other servers


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 78/219: runtests: start socksd like other servers
Date: Wed, 22 May 2019 19:16:57 +0200

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

ng0 pushed a commit to branch master
in repository gnurl.

commit a7ae01cb754971d63f92e1d3f9f28fbe18eba512
Author: Daniel Stenberg <address@hidden>
AuthorDate: Mon Apr 15 08:14:46 2019 +0200

    runtests: start socksd like other servers
    
    ... without a $srcdir prefix. Triggered by the failures in several
    autobuilds.
    
    Closes #3781
---
 tests/runtests.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/runtests.pl b/tests/runtests.pl
index e52239def..b5182513b 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -2139,7 +2139,7 @@ sub runsocksserver {
     $logfile = server_logfilename($LOGDIR, $proto, $ipvnum, $idnum);
 
     # start our socks server, get commands from the FTP cmd file
-    my $cmd="$srcdir/server/socksd".
+    my $cmd="server/socksd".
         " --port $port ".
         " --pidfile $pidfile".
         " --backend $HOSTIP".

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



reply via email to

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