mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
Remove components.reg before running regxpcom
This commit is contained in:
parent
33d8df3f0b
commit
09c156f8b3
@ -20,7 +20,7 @@ use File::Basename; # for basename();
|
||||
use Config; # for $Config{sig_name} and $Config{sig_num}
|
||||
|
||||
|
||||
$::UtilsVersion = '$Revision: 1.87 $ ';
|
||||
$::UtilsVersion = '$Revision: 1.88 $ ';
|
||||
|
||||
package TinderUtils;
|
||||
|
||||
@ -739,6 +739,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)
|
||||
#
|
||||
unlink("$binary_dir/components.reg");
|
||||
AliveTest("regxpcom", $build_dir, "$binary_dir/regxpcom", 0, 15);
|
||||
|
||||
# Create a new profile
|
||||
|
Loading…
Reference in New Issue
Block a user