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

git-svn-id: svn://10.0.0.236/trunk@239746 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rcampbell%mozilla.com 2007-11-20 21:12:23 +00:00
parent be6ee7bd15
commit 647f58d1ab

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);