aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-02-26 09:19:59 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-02-26 09:19:59 +0000
commit4427d91479d8e930ace86b42d2197b41ae01f870 (patch)
treed2c1612ff4e099e7794e8a14bcf47576a3d3df8a /tests/runtests.pl
parent0c03ed601369c534ec18588df55d53245ab7ae93 (diff)
runtests.pl now provides the srcdir to the ftpserver so that it can pass
that to loadtest properly.
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl1
1 files changed, 1 insertions, 0 deletions
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";