mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1252744 - Add --disable-mock to desktop_l10n.py r=rail DONTBUILD
This commit is contained in:
parent
6e065e1657
commit
115df95c03
@ -152,6 +152,11 @@ class DesktopSingleLocale(LocalesMixin, ReleaseMixin, MockMixin, BuildbotMixin,
|
||||
"dest": "en_us_installer_url",
|
||||
"type": "string",
|
||||
"help": "Specify the url of the en-us binary"}
|
||||
], [
|
||||
["--disable-mock"], {
|
||||
"dest": "disable_mock",
|
||||
"action": "store_true",
|
||||
"help": "do not run under mock despite what gecko-config says"}
|
||||
]]
|
||||
|
||||
def __init__(self, require_config_file=True):
|
||||
|
Loading…
Reference in New Issue
Block a user