From: Daniel Stenberg Date: Sat, 2 May 2020 13:51:05 +0000 (+0200) Subject: runtests: make the logmsg from the ssh server only show in verbose X-Git-Tag: curl-7_71_0~226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5cb7f893dfafaff3d37a12eb6ad57eba53760943;p=thirdparty%2Fcurl.git runtests: make the logmsg from the ssh server only show in verbose --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 88e1115fe8..f38e21e84d 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -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); }