mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-27 14:52:16 +00:00
Bug 1846068 - Load all command modules for ./mach busted
r=firefox-build-system-reviewers,glandium
Since it depends on the `command_handlers` from `Registrar` for the `file` `sub_command` to determine the appropriate component, we need to load all command modules so that we can file against any of them. Differential Revision: https://phabricator.services.mozilla.com/D184853
This commit is contained in:
parent
f71b25f3ce
commit
05f6219e68
@ -347,6 +347,7 @@ def initialize(topsrcdir, args=()):
|
||||
missing_ok = ()
|
||||
|
||||
commands_that_need_all_modules_loaded = [
|
||||
"busted",
|
||||
"help",
|
||||
"mach-commands",
|
||||
"mach-completion",
|
||||
|
Loading…
Reference in New Issue
Block a user