mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Need better description for mach subcommands #12402 6
This commit is contained in:
parent
37eb05dc61
commit
1acded3f85
1 changed files with 2 additions and 2 deletions
|
@ -403,7 +403,7 @@ class MachCommands(CommandBase):
|
||||||
return run_globals["run_tests"](**kwargs)
|
return run_globals["run_tests"](**kwargs)
|
||||||
|
|
||||||
@Command('update-manifest',
|
@Command('update-manifest',
|
||||||
description='run test-wpt --manifest-update SKIP_TESTS to regenerate MANIFEST.json',
|
description='Run test-wpt --manifest-update SKIP_TESTS to regenerate MANIFEST.json',
|
||||||
category='testing',
|
category='testing',
|
||||||
parser=create_parser_wpt)
|
parser=create_parser_wpt)
|
||||||
def update_manifest(self, **kwargs):
|
def update_manifest(self, **kwargs):
|
||||||
|
@ -494,7 +494,7 @@ class MachCommands(CommandBase):
|
||||||
return run_globals["update_tests"](**kwargs)
|
return run_globals["update_tests"](**kwargs)
|
||||||
|
|
||||||
@Command('compare_dromaeo',
|
@Command('compare_dromaeo',
|
||||||
description='compare outputs of two runs of ./mach test-dromaeo command',
|
description='Compare outputs of two runs of ./mach test-dromaeo command',
|
||||||
category='testing')
|
category='testing')
|
||||||
@CommandArgument('params', default=None, nargs="...",
|
@CommandArgument('params', default=None, nargs="...",
|
||||||
help=" filepaths of output files of two runs of dromaeo test ")
|
help=" filepaths of output files of two runs of dromaeo test ")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue