зеркало из https://github.com/mozilla/pjs.git
Bug 379040. Test a new way of redirecting output. r=rcampbell
This commit is contained in:
Родитель
ee86fd7b68
Коммит
d6bc130990
|
@ -502,6 +502,9 @@ sub executeMac {
|
|||
$app .= "-bin";
|
||||
my @runargs = ($app, '-foreground', '-no-remote', '-profile', $profile_arg);
|
||||
push(@runargs, $test_url);
|
||||
|
||||
# redirect stderr to stdout for easier buildbot / tinderbox logging
|
||||
open (STDERR, '>&', \*STDOUT) || die $!;
|
||||
exec @runargs or die("Error starting application: $!\n");
|
||||
} else {
|
||||
waitpid($pid,0);
|
||||
|
|
Загрузка…
Ссылка в новой задаче