Need better description for mach subcommands #12402 5

This commit is contained in:
yoyo930021 2016-08-28 20:57:59 +08:00
parent 2767a7b860
commit 37eb05dc61

View file

@ -338,7 +338,7 @@ class MachCommands(CommandBase):
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()