We need to call get_profile_dir again after creating the profile, otherwise it won't contain the salt extension.

git-svn-id: svn://10.0.0.236/trunk@157458 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%brianryner.com 2004-06-06 06:44:51 +00:00
parent fc818ee977
commit 82dbdb6a03

View File

@ -24,7 +24,7 @@ use Config; # for $Config{sig_name} and $Config{sig_num}
use File::Find ();
use File::Copy;
$::UtilsVersion = '$Revision: 1.260 $ ';
$::UtilsVersion = '$Revision: 1.261 $ ';
package TinderUtils;
@ -1628,6 +1628,11 @@ sub run_all_tests {
}
}
# Call get_profile_dir again, so it can find the extension-salted
# profile directory under the profile root.
$profile_dir = get_profile_dir($build_dir);
#
# Find the prefs file, remember we have that random string now
# e.g. <build-dir>/.mozilla/default/uldx6pyb.slt/prefs.js