mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
Need better description for mach subcommands #12402 4
This commit is contained in:
parent
856b85ad95
commit
2767a7b860
1 changed files with 2 additions and 2 deletions
|
@ -338,7 +338,7 @@ class MachCommands(CommandBase):
|
|||
return run_globals["run_tests"](tests, verbose)
|
||||
|
||||
@Command('test-wpt-failure',
|
||||
description='Run the small web platform failure test',
|
||||
description='"Run the tests harness that verifies that the test failures are reported correctly',
|
||||
category='testing')
|
||||
def test_wpt_failure(self):
|
||||
self.ensure_bootstrapped()
|
||||
|
@ -475,7 +475,7 @@ class MachCommands(CommandBase):
|
|||
return self.wptrunner(run_file, **kwargs)
|
||||
|
||||
@Command('update-css',
|
||||
description='Update the web platform CSS test',
|
||||
description='Update the web platform CSS tests',
|
||||
category='testing',
|
||||
parser=updatecommandline.create_parser())
|
||||
@CommandArgument('--patch', action='store_true', default=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue