Skip to content

Commit

Permalink
Need better description for mach subcommands #12402 5
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo930021 committed Aug 28, 2016
1 parent 2767a7b commit 37eb05d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 tests harness that verifies that the test failures are reported correctly',
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

0 comments on commit 37eb05d

Please sign in to comment.