зеркало из https://github.com/mozilla/pjs.git
cleaning up debug printfs, comment. -mcafee
This commit is contained in:
Родитель
d06800c633
Коммит
d435ef4089
|
@ -22,7 +22,7 @@ use File::Path; # for rmtree();
|
|||
use Config; # for $Config{sig_name} and $Config{sig_num}
|
||||
use File::Find ();
|
||||
|
||||
$::UtilsVersion = '$Revision: 1.202 $ ';
|
||||
$::UtilsVersion = '$Revision: 1.203 $ ';
|
||||
|
||||
package TinderUtils;
|
||||
|
||||
|
@ -1367,11 +1367,8 @@ sub run_all_tests {
|
|||
# $Settings::MozProfileName and will live in $build_dir/.mozilla.
|
||||
# Also assuming only one profile here.
|
||||
#
|
||||
# MacOSX/Darwin stores profiles in ~/Library/Mozilla/Profiles.
|
||||
my $cp_result = 0;
|
||||
|
||||
print "XXXX profiledir = $profiledir\n";
|
||||
|
||||
unless (-d "$profiledir") {
|
||||
print_log "No profile found, creating profile.\n";
|
||||
$cp_result = create_profile($build_dir, $binary_dir, $binary);
|
||||
|
|
Загрузка…
Ссылка в новой задаче