diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py index 154e1fa3fccd..f3963b026a12 100644 --- a/python/servo/testing_commands.py +++ b/python/servo/testing_commands.py @@ -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()