зеркало из https://github.com/mozilla/pjs.git
leave profile dir until the next run. r=rcampbell on irc
This commit is contained in:
Родитель
90a966671f
Коммит
bf05071a2a
|
@ -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 {
|
||||
|
|
Загрузка…
Ссылка в новой задаче