зеркало из https://github.com/mozilla/gecko-dev.git
Remove components.reg before running regxpcom
This commit is contained in:
Родитель
33d8df3f0b
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче