From 37eb05dc61a973aa84bdbffa408fec40679b4ed6 Mon Sep 17 00:00:00 2001 From: yoyo930021 Date: Sun, 28 Aug 2016 20:57:59 +0800 Subject: [PATCH] Need better description for mach subcommands #12402 5 --- python/servo/testing_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()