Skip to content

Commit

Permalink
Need better description for mach subcommands #12402 6
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Aug 28, 2016
1 parent 37eb05d commit 1acded3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/servo/testing_commands.py
Expand Up @@ -403,7 +403,7 @@ def wptrunner(self, run_file, **kwargs):
return run_globals["run_tests"](**kwargs)

@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',
parser=create_parser_wpt)
def update_manifest(self, **kwargs):
Expand Down Expand Up @@ -494,7 +494,7 @@ def update_css(self, patch, **kwargs):
return run_globals["update_tests"](**kwargs)

@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')
@CommandArgument('params', default=None, nargs="...",
help=" filepaths of output files of two runs of dromaeo test ")
Expand Down

0 comments on commit 1acded3

Please sign in to comment.