projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4646a1f
)
show the ftp server invoke line when -d is used
author
Daniel Stenberg
<daniel@haxx.se>
Mon, 5 Mar 2001 14:03:48 +0000
(14:03 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Mon, 5 Mar 2001 14:03:48 +0000
(14:03 +0000)
tests/runtests.pl
patch
|
blob
|
history
diff --git
a/tests/runtests.pl
b/tests/runtests.pl
index
e2590ab
..
748ec7f
100755
(executable)
--- a/
tests/runtests.pl
+++ b/
tests/runtests.pl
@@
-154,6
+154,10
@@
sub runftpserver {
if ($RUNNING != 1) {
my $flag=$debugprotocol?"-v ":"";
+ if($debugprotocol) {
+ print "* Starts ftp server verbose:\n";
+ print "perl $srcdir/ftpserver.pl $flag $FTPPORT &\n";
+ }
system("perl $srcdir/ftpserver.pl $flag $FTPPORT &");
sleep 1; # give it a little time to start
}