mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Need better description for mach subcommands #12402
This commit is contained in:
parent
fe1225b4ba
commit
b39d4a6542
1 changed files with 4 additions and 4 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 web platform tests',
|
description='Run the small test harness that verifies that failures in tests are reported correctly',
|
||||||
category='testing')
|
category='testing')
|
||||||
def test_wpt_failure(self):
|
def test_wpt_failure(self):
|
||||||
self.ensure_bootstrapped()
|
self.ensure_bootstrapped()
|
||||||
|
@ -351,7 +351,7 @@ class MachCommands(CommandBase):
|
||||||
], env=self.build_env())
|
], env=self.build_env())
|
||||||
|
|
||||||
@Command('test-wpt',
|
@Command('test-wpt',
|
||||||
description='Run the web platform tests',
|
description='Run the web platform tests that the regular test suite',
|
||||||
category='testing',
|
category='testing',
|
||||||
parser=create_parser_wpt)
|
parser=create_parser_wpt)
|
||||||
def test_wpt(self, **kwargs):
|
def test_wpt(self, **kwargs):
|
||||||
|
@ -463,7 +463,7 @@ class MachCommands(CommandBase):
|
||||||
return self.jquery_test_runner("update", release, dev)
|
return self.jquery_test_runner("update", release, dev)
|
||||||
|
|
||||||
@Command('test-css',
|
@Command('test-css',
|
||||||
description='Run the web platform tests',
|
description='Run the css tests',
|
||||||
category='testing',
|
category='testing',
|
||||||
parser=create_parser_wpt)
|
parser=create_parser_wpt)
|
||||||
def test_css(self, **kwargs):
|
def test_css(self, **kwargs):
|
||||||
|
@ -475,7 +475,7 @@ class MachCommands(CommandBase):
|
||||||
return self.wptrunner(run_file, **kwargs)
|
return self.wptrunner(run_file, **kwargs)
|
||||||
|
|
||||||
@Command('update-css',
|
@Command('update-css',
|
||||||
description='Update the web platform tests',
|
description='Update the css tests',
|
||||||
category='testing',
|
category='testing',
|
||||||
parser=updatecommandline.create_parser())
|
parser=updatecommandline.create_parser())
|
||||||
@CommandArgument('--patch', action='store_true', default=False,
|
@CommandArgument('--patch', action='store_true', default=False,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue