leave profile dir until the next run. r=rcampbell on irc

This commit is contained in:
sayrer%gmail.com 2007-05-14 16:56:39 +00:00
Родитель 90a966671f
Коммит bf05071a2a
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -194,7 +194,7 @@ sub main {
print "finished: $test_finish\n";
# delete the profile and manifest
rmtree($profile_dir, 0, 0);
# rmtree($profile_dir, 0, 0);
unlink($manifest);
}
@ -504,6 +504,7 @@ sub executeMac {
push(@runargs, $test_url);
# redirect stderr to stdout for easier buildbot / tinderbox logging
#$ENV{'XPCOM_DEBUG_BREAK'} = 'stack';
open (STDERR, '>&', \*STDOUT) || die $!;
exec @runargs or die("Error starting application: $!\n");
} else {