From 37d2a5badff9d7ea81e98f4c2a76cc3beb2b5bfd Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Fri, 3 Dec 1999 01:01:25 +0000 Subject: [PATCH] Debug printfs git-svn-id: svn://10.0.0.236/trunk@55144 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/tools/tinderbox/build-seamonkey.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/tools/tinderbox/build-seamonkey.pl b/mozilla/tools/tinderbox/build-seamonkey.pl index 03c6ef8f76b..04df446a8b8 100755 --- a/mozilla/tools/tinderbox/build-seamonkey.pl +++ b/mozilla/tools/tinderbox/build-seamonkey.pl @@ -6,7 +6,7 @@ use Sys::Hostname; use POSIX "sys_wait_h"; use Cwd; -$Version = '$Revision: 1.22 $ '; +$Version = '$Revision: 1.23 $ '; sub PrintUsage { @@ -684,6 +684,7 @@ sub RunAliveTest { sleep $waittime; $status = waitpid($pid, WNOHANG()); + print LOG "Client quit Alive Test with status $status\n"; if ($status != 0) { print LOG "$Binary has crashed or quit on the AliveTest. Turn the tree orange now.\n"; print LOG "----------- failure output from mozilla-bin for alive test --------------- \n"; @@ -768,7 +769,7 @@ sub RunBloatTest { # Clear the alarm so we don't kill the next test! alarm 0; - print LOG "Client quit with status $status\n"; + print LOG "Client quit Bloat Test with status $status\n"; if ($status == 0) { print LOG "$Binary has crashed or quit on the BloatTest. Turn the tree orange now.\n"; print LOG "----------- failure Output from mozilla-bin for bloat stats --------------- \n";