зеркало из https://github.com/mozilla/gecko-dev.git
Bug 411218 - make the browser start in the foreground on mac talos a=anodelman r=rcampbell
This commit is contained in:
Родитель
5a703c9325
Коммит
a8e69a490a
|
@ -60,7 +60,7 @@ def GenerateFirefoxCommandLine(firefox_path, profile_dir, url):
|
||||||
if profile_dir:
|
if profile_dir:
|
||||||
profile_arg = '-profile %s' % profile_dir
|
profile_arg = '-profile %s' % profile_dir
|
||||||
|
|
||||||
cmd = '%s %s %s' % (firefox_path,
|
cmd = '%s -foreground %s %s' % (firefox_path,
|
||||||
profile_arg,
|
profile_arg,
|
||||||
url)
|
url)
|
||||||
return cmd
|
return cmd
|
||||||
|
|
Загрузка…
Ссылка в новой задаче