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

This commit is contained in:
sayrer@gmail.com 2007-05-14 09:56:39 -07:00
Родитель f46e7d3d68
Коммит 9fcc9e5e26
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 {