aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/servo/testing_commands.py2
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()