aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-05-08 02:18:49 +0000
committerYang Tse <yangsita@gmail.com>2009-05-08 02:18:49 +0000
commit9ef7b6afe23e5f001645d20ac058fc6b37fbac58 (patch)
treecef65b376219e5c2dc458019aedf6cd5a6ed7517
parentc5c03ac5563961cbcbcb2a1cc3e8963d0c49e154 (diff)
Remove temporary and HP-UX autobuild specific change to debug SSH server start-up failures
-rwxr-xr-xtests/runtests.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/runtests.pl b/tests/runtests.pl
index c7935e4b9..467b70670 100755
--- a/tests/runtests.pl
+++ b/tests/runtests.pl
@@ -1162,8 +1162,6 @@ sub runsshserver {
return (0,0);
}
- my $dbghosttype=join(' ', runclientoutput("uname -a"));
-
my $pid = checkserver($pidfile);
if($pid > 0) {
stopserver($pid);
@@ -1183,10 +1181,6 @@ sub runsshserver {
if($sshpid <= 0 || !kill(0, $sshpid)) {
# it is NOT alive
logmsg "RUN: failed to start the SSH server\n";
- if(($dbghosttype =~ /HP-UX/) && ($dbghosttype =~ /hairball/)) {
- display_sshdlog();
- display_sshdconfig();
- }
stopserver("$pid2");
$doesntrun{$pidfile} = 1;
return (0,0);