Skip setting the result of the regxpcom run since AliveTest assume the binary will run forever and regxpcom does not

This commit is contained in:
seawood%netscape.com 2001-10-06 10:03:46 +00:00
Родитель 43e0ec2ab9
Коммит d2dbb55e40
1 изменённых файлов: 2 добавлений и 3 удалений

Просмотреть файл

@ -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
#