Skip to content

Commit

Permalink
show the ftp server invoke line when -d is used
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Mar 5, 2001
1 parent 4646a1f commit 1717963
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/runtests.pl
Expand Up @@ -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
}
Expand Down

0 comments on commit 1717963

Please sign in to comment.