mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +01:00
Need better description for mach subcommands #12402 2
This commit is contained in:
parent
b39d4a6542
commit
326cd670d4
1 changed files with 1 additions and 1 deletions
|
@ -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 that the regular test suite',
|
description='Run the regular web platform test suite',
|
||||||
category='testing',
|
category='testing',
|
||||||
parser=create_parser_wpt)
|
parser=create_parser_wpt)
|
||||||
def test_wpt(self, **kwargs):
|
def test_wpt(self, **kwargs):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue