bug 404093 - broken mochitest on mac, p=robcee, r=gavin, sr=johnath

This commit is contained in:
rcampbell@mozilla.com 2007-11-20 13:12:23 -08:00
parent f31d7fa41e
commit 28c7793089

View File

@ -625,7 +625,9 @@ sub executeMac {
die "cannot fork: $!";
} elsif ($pid == 0) {
# run only the executable so we get a pid we can focus
$app .= "-bin";
if ($app !~ /-bin$/) {
$app .= "-bin";
}
my @runargs = ($app, '-foreground', '-no-remote', '-profile', $profile_arg);
push(@runargs, $test_url);