зеркало из https://github.com/mozilla/pjs.git
fix profile location for trunk
This commit is contained in:
Родитель
83a0b2f10a
Коммит
d254362f7b
|
@ -193,7 +193,7 @@ $ENV{HOME} = cwd();
|
||||||
# Create a profile to test with.
|
# Create a profile to test with.
|
||||||
run_system_cmd(["./".$app_name.$bin_suffix, "-createProfile", "testprofile"], 45);
|
run_system_cmd(["./".$app_name.$bin_suffix, "-createProfile", "testprofile"], 45);
|
||||||
|
|
||||||
my $pref_file = find_pref_file(".".$app_name);
|
my $pref_file = find_pref_file(".mozilla/".$app_name);
|
||||||
open PREFS, ">>$pref_file";
|
open PREFS, ">>$pref_file";
|
||||||
# Add allow_scripts_to_close_windows; this lets us cleanly exit.
|
# Add allow_scripts_to_close_windows; this lets us cleanly exit.
|
||||||
print PREFS "user_pref(\"dom.allow_scripts_to_close_windows\", true);\n";
|
print PREFS "user_pref(\"dom.allow_scripts_to_close_windows\", true);\n";
|
||||||
|
|
Загрузка…
Ссылка в новой задаче