aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo
diff options
context:
space:
mode:
authoryoyo930021 <yoyo930021@gmail.com>2016-08-28 20:32:48 +0800
committeryoyo930021 <yoyo930021@gmail.com>2016-08-28 20:32:48 +0800
commit856b85ad95c6ae55d42b08885b7d44d149a57a8c (patch)
tree5bc74658fb10ad780150c306f873f697d0ac488b /python/servo
parent326cd670d44202f706af5446aa7aeec0e97cdc26 (diff)
downloadservo-856b85ad95c6ae55d42b08885b7d44d149a57a8c.tar.gz
servo-856b85ad95c6ae55d42b08885b7d44d149a57a8c.zip
Need better description for mach subcommands #12402 3
Diffstat (limited to 'python/servo')
-rw-r--r--python/servo/testing_commands.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index a915595056a..aef4647b4eb 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 test harness that verifies that failures in tests are reported correctly',
+ description='Run the small web platform failure test',
category='testing')
def test_wpt_failure(self):
self.ensure_bootstrapped()
@@ -463,7 +463,7 @@ class MachCommands(CommandBase):
return self.jquery_test_runner("update", release, dev)
@Command('test-css',
- description='Run the css tests',
+ description='Run the web platform CSS tests',
category='testing',
parser=create_parser_wpt)
def test_css(self, **kwargs):
@@ -475,7 +475,7 @@ class MachCommands(CommandBase):
return self.wptrunner(run_file, **kwargs)
@Command('update-css',
- description='Update the css tests',
+ description='Update the web platform CSS test',
category='testing',
parser=updatecommandline.create_parser())
@CommandArgument('--patch', action='store_true', default=False,