aboutsummaryrefslogtreecommitdiff
path: root/tests/runtests.pl
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2007-11-26 02:45:24 +0000
committerYang Tse <yangsita@gmail.com>2007-11-26 02:45:24 +0000
commitd59841618d79385ccc151025d8035ea11acbbdac (patch)
tree54ae853b28ec10e4eb06b46ebb1d07489b8b0e81 /tests/runtests.pl
parent8d3964782ae808b07c161616124ad05c756e4368 (diff)
Temporary change to better debug startup failures
of test suite ssh and socks servers.
Diffstat (limited to 'tests/runtests.pl')
-rwxr-xr-xtests/runtests.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index dfbb3c6d0..165fd0904 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1116,6 +1116,9 @@ sub runsocksserver {
# it is NOT alive
logmsg "RUN: failed to start the SOCKS server\n";
# failed to talk to it properly. Kill the server and return failure
+ logmsg "=== Start of file log/ssh.log\n";
+ displaylogcontent("log/ssh.log");
+ logmsg "=== End of file log/ssh.log\n";
logmsg "TRACESSH:runsocksserver: calling stopserver with sshpid: $sshpid pid2: $pid2\n";
stopserver("$sshpid $pid2");
$doesntrun{$pidfile} = 1;