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:
parent
be6ee7bd15
commit
647f58d1ab
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user