mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
bug 404093 - broken mochitest on mac, p=robcee, r=gavin, sr=johnath
This commit is contained in:
parent
f31d7fa41e
commit
28c7793089
@ -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…
Reference in New Issue
Block a user