From d2dbb55e402ab60da73928e06f3be982ad8c2adc Mon Sep 17 00:00:00 2001 From: "seawood%netscape.com" <seawood%netscape.com> Date: Sat, 6 Oct 2001 10:03:46 +0000 Subject: [PATCH] Skip setting the result of the regxpcom run since AliveTest assume the binary will run forever and regxpcom does not --- 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 4df0f5d7fa9d..b71172150301 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.73 $ '; +$::UtilsVersion = '$Revision: 1.74 $ '; package TinderUtils; @@ -746,8 +746,7 @@ sub run_all_tests { # Before running tests, run regxpcom so that we don't crash when # people change contractids on us (since we don't autoreg opt builds) # - $test_result = AliveTest("regxpcom", $build_dir, - "$binary_dir/regxpcom", 0, 15); + AliveTest("regxpcom", $build_dir, "$binary_dir/regxpcom", 0, 15); # Mozilla alive test #