aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-05-02 15:51:05 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-05-02 15:51:42 +0200
commit5cb7f893dfafaff3d37a12eb6ad57eba53760943 (patch)
tree4c706481507c1b04de8b62731d26aac8283e31f1 /tests
parentf9c6febae2a68defb2a168046b9c742df3c5a42a (diff)
runtests: make the logmsg from the ssh server only show in verbose
Diffstat (limited to 'tests')
-rwxr-xr-xtests/runtests.pl2
1 files changed, 1 insertions, 1 deletions
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);
}