mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +00:00
Need better description for mach subcommands #12402 5
This commit is contained in:
parent
2767a7b860
commit
37eb05dc61
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ class MachCommands(CommandBase):
|
||||||
return run_globals["run_tests"](tests, verbose)
|
return run_globals["run_tests"](tests, verbose)
|
||||||
|
|
||||||
@Command('test-wpt-failure',
|
@Command('test-wpt-failure',
|
||||||
description='"Run the tests harness that verifies that the test failures are reported correctly',
|
description='Run the tests harness that verifies that the test failures are reported correctly',
|
||||||
category='testing')
|
category='testing')
|
||||||
def test_wpt_failure(self):
|
def test_wpt_failure(self):
|
||||||
self.ensure_bootstrapped()
|
self.ensure_bootstrapped()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue