From 4427d91479d8e930ace86b42d2197b41ae01f870 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Feb 2004 09:19:59 +0000 Subject: runtests.pl now provides the srcdir to the ftpserver so that it can pass that to loadtest properly. --- tests/runtests.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/runtests.pl') diff --git a/tests/runtests.pl b/tests/runtests.pl index 944418d2d..c0de46318 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -489,6 +489,7 @@ sub runftpserver { # now (re-)start our server: my $flag=$debugprotocol?"-v ":""; + $flag .= "-s \"$srcdir\""; my $cmd="$perl $srcdir/ftpserver.pl $flag $FTPPORT &"; if($verbose) { print "CMD: $cmd\n"; -- cgit v1.2.3