aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
diff options
context:
space:
mode:
Diffstat (limited to 'python/servo')
-rw-r--r--python/servo/testing_commands.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index aef4647b4eb..154e1fa3fcc 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 small web platform failure test',
+ description='"Run the tests harness that verifies that the test failures are reported correctly',
category='testing')
def test_wpt_failure(self):
self.ensure_bootstrapped()
@@ -475,7 +475,7 @@ class MachCommands(CommandBase):
return self.wptrunner(run_file, **kwargs)
@Command('update-css',
- description='Update the web platform CSS test',
+ description='Update the web platform CSS tests',
category='testing',
parser=updatecommandline.create_parser())
@CommandArgument('--patch', action='store_true', default=False,