Navigation Menu

Skip to content

Commit

Permalink
Need better description for mach subcommands #12402 3
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Aug 28, 2016
1 parent 326cd67 commit 856b85a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 test harness that verifies that failures in tests are reported correctly',
description='Run the small web platform failure test',
category='testing')
def test_wpt_failure(self):
self.ensure_bootstrapped()
Expand Down Expand Up @@ -463,7 +463,7 @@ def update_jquery(self, release, dev):
return self.jquery_test_runner("update", release, dev)

@Command('test-css',
description='Run the css tests',
description='Run the web platform CSS tests',
category='testing',
parser=create_parser_wpt)
def test_css(self, **kwargs):
Expand All @@ -475,7 +475,7 @@ def _test_css(self, **kwargs):
return self.wptrunner(run_file, **kwargs)

@Command('update-css',
description='Update the css tests',
description='Update the web platform CSS test',
category='testing',
parser=updatecommandline.create_parser())
@CommandArgument('--patch', action='store_true', default=False,
Expand Down

0 comments on commit 856b85a

Please sign in to comment.