mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-19 01:10:22 +00:00
Oops, wrong logic for last checkin.
This commit is contained in:
parent
87842bf411
commit
c08da1493c
@ -6,7 +6,7 @@ use Sys::Hostname;
|
||||
use POSIX "sys_wait_h";
|
||||
use Cwd;
|
||||
|
||||
$Version = '$Revision: 1.32 $ ';
|
||||
$Version = '$Revision: 1.33 $ ';
|
||||
|
||||
|
||||
sub PrintUsage {
|
||||
@ -772,7 +772,7 @@ sub RunBloatTest {
|
||||
alarm 0;
|
||||
|
||||
print LOG "Client quit Bloat Test with status $status\n";
|
||||
if ($status >= 0) {
|
||||
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 BloatTest --------------- \n";
|
||||
open READRUNLOG, "$BinaryLog";
|
||||
|
Loading…
x
Reference in New Issue
Block a user