Bug 1715900 - Add a mach test-interventions command for testing webcompat interventions; r=jgraham,mhentges

Differential Revision: https://phabricator.services.mozilla.com/D138384
This commit is contained in:
Thomas Wisniewski
2022-02-15 15:07:18 +00:00
parent ead3d18602
commit a0eb936825
12 changed files with 503 additions and 0 deletions

View File

@@ -359,6 +359,9 @@ def initialize(topsrcdir):
"power": MachCommandReference("tools/power/mach_commands.py"),
"try": MachCommandReference("tools/tryselect/mach_commands.py"),
"import-pr": MachCommandReference("tools/vcs/mach_commands.py"),
"test-interventions": MachCommandReference(
"testing/webcompat/mach_commands.py"
),
}
# Set a reasonable limit to the number of open files.