diff options
author | yoyo930021 <yoyo930021@gmail.com> | 2016-08-28 20:57:59 +0800 |
---|---|---|
committer | yoyo930021 <yoyo930021@gmail.com> | 2016-08-28 20:57:59 +0800 |
commit | 37eb05dc61a973aa84bdbffa408fec40679b4ed6 (patch) | |
tree | 5b4cd501d75ab9c215ff1bf4e72d5b62596a93ba /python/servo | |
parent | 2767a7b8604fbb55dc85959fc517864d3be6ceb2 (diff) | |
download | servo-37eb05dc61a973aa84bdbffa408fec40679b4ed6.tar.gz servo-37eb05dc61a973aa84bdbffa408fec40679b4ed6.zip |
Need better description for mach subcommands #12402 5
Diffstat (limited to 'python/servo')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 154e1fa3fcc..f3963b026a1 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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() |