From 5cb7f893dfafaff3d37a12eb6ad57eba53760943 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 2 May 2020 15:51:05 +0200 Subject: runtests: make the logmsg from the ssh server only show in verbose --- tests/runtests.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/runtests.pl b/tests/runtests.pl index 88e1115fe..f38e21e84 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); } -- cgit v1.2.3