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:
ahochheiden 2023-08-01 19:59:26 +00:00
parent f71b25f3ce
commit 05f6219e68

View File

@ -347,6 +347,7 @@ def initialize(topsrcdir, args=()):
missing_ok = ()
commands_that_need_all_modules_loaded = [
"busted",
"help",
"mach-commands",
"mach-completion",