]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
runtests: make the logmsg from the ssh server only show in verbose
authorDaniel Stenberg <daniel@haxx.se>
Sat, 2 May 2020 13:51:05 +0000 (15:51 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sat, 2 May 2020 13:51:42 +0000 (15:51 +0200)
tests/runtests.pl

index 88e1115fe8266fcf406ccf0a094292c493ce6207..f38e21e84d684bab5ae590829cb4fede26fce5e0 100755 (executable)
@@ -2257,7 +2257,7 @@ sub runsshserver {
         die $msg;
     }
 
-    logmsg "RUN: $srvrname on PID $pid2 port $wport\n";
+    logmsg "RUN: $srvrname on PID $pid2 port $wport\n" if($verbose);
 
     return ($pid2, $sshpid, $wport);
 }