printf for deleting profile, for debugging. -mcafee

git-svn-id: svn://10.0.0.236/trunk@119411 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cltbld%netscape.com
2002-04-19 18:24:10 +00:00
parent 96a1ca7d10
commit 038d37a6f8

View File

@@ -23,7 +23,7 @@ use Config; # for $Config{sig_name} and $Config{sig_num}
use File::Find ();
$::UtilsVersion = '$Revision: 1.163 $ ';
$::UtilsVersion = '$Revision: 1.164 $ ';
package TinderUtils;
@@ -944,6 +944,7 @@ sub run_all_tests {
# Recreate profile if we have $Settings::CleanProfile set.
if ($Settings::CleanProfile) {
print_log "Creating clean profile ...\n";
print_log "Deleting $build_dir/.mozilla ...\n";
File::Path::rmtree("$build_dir/.mozilla", 0, 0);
if (-e "$build_dir/.mozilla") {
print_log "Error: rmtree('$build_dir/.mozilla', 0, 0) failed.\n";