Bug 1252744 - Add --disable-mock to desktop_l10n.py r=rail DONTBUILD

This commit is contained in:
Varun Joshi 2016-03-02 10:55:30 -05:00
parent 6e065e1657
commit 115df95c03

View File

@ -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):