aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runtests.pl')
-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);
}