From 1717963e3d43a7de110903c6e24b060f89b9952f Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Mon, 5 Mar 2001 14:03:48 +0000
Subject: [PATCH] show the ftp server invoke line when -d is used

---
 tests/runtests.pl | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/tests/runtests.pl b/tests/runtests.pl
index e2590ab013..748ec7fb56 100755
--- 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
     }
-- 
GitLab