From 82dbdb6a03d7eb376d61fb20abbaba3c4deb4bab Mon Sep 17 00:00:00 2001 From: "bryner%brianryner.com" Date: Sun, 6 Jun 2004 06:44:51 +0000 Subject: [PATCH] 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 --- mozilla/tools/tinderbox/build-seamonkey-util.pl | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/mozilla/tools/tinderbox/build-seamonkey-util.pl b/mozilla/tools/tinderbox/build-seamonkey-util.pl index 97846104d72..f15af9afab0 100644 --- a/mozilla/tools/tinderbox/build-seamonkey-util.pl +++ b/mozilla/tools/tinderbox/build-seamonkey-util.pl @@ -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. /.mozilla/default/uldx6pyb.slt/prefs.js