Skip to content

Commit

Permalink
Need better description for mach subcommands #12402 4
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Aug 28, 2016
1 parent 856b85a commit 2767a7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/servo/testing_commands.py
Expand Up @@ -338,7 +338,7 @@ def test_webidl(self, quiet, tests):
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()
Expand Down Expand Up @@ -475,7 +475,7 @@ def _test_css(self, **kwargs):
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,
Expand Down

0 comments on commit 2767a7b

Please sign in to comment.