Debug printfs
git-svn-id: svn://10.0.0.236/trunk@55144 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
b36dd24985
commit
37d2a5badf
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user