From 8083f61a7dd5d7dd3506dbfbe7b464505d740ef9 Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Sat, 17 Nov 2001 10:35:32 +0000 Subject: [PATCH] Settings::BloatStats is old, retiring. use Settings::BloatTest instead. --- tools/tinderbox/build-seamonkey-util.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tools/tinderbox/build-seamonkey-util.pl b/tools/tinderbox/build-seamonkey-util.pl index c26d4e9d92d3..153b3ee165e5 100644 --- a/tools/tinderbox/build-seamonkey-util.pl +++ b/tools/tinderbox/build-seamonkey-util.pl @@ -20,7 +20,7 @@ use File::Basename; # for basename(); use Config; # for $Config{sig_name} and $Config{sig_num} -$::UtilsVersion = '$Revision: 1.85 $ '; +$::UtilsVersion = '$Revision: 1.86 $ '; package TinderUtils; @@ -793,8 +793,7 @@ sub run_all_tests { } # Bloat test - if (($Settings::BloatStats or $Settings::BloatTest) - and $test_result eq 'success') { + if ($Settings::BloatTest and $test_result eq 'success') { $test_result = BloatTest($binary, $build_dir, $Settings::BloatTestTimeout); }