aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authoryoyo930021 <yoyo930021@gmail.com>2016-08-28 19:36:20 +0800
committeryoyo930021 <yoyo930021@gmail.com>2016-08-28 19:36:20 +0800
commit326cd670d44202f706af5446aa7aeec0e97cdc26 (patch)
tree71eb5e6377023fa2d3e05a17b015972bb28e3c79 /python/servo/testing_commands.py
parentb39d4a6542dfc544361275c9d332df66350f88bf (diff)
downloadservo-326cd670d44202f706af5446aa7aeec0e97cdc26.tar.gz
servo-326cd670d44202f706af5446aa7aeec0e97cdc26.zip
Need better description for mach subcommands #12402 2
Diffstat (limited to 'python/servo/testing_commands.py')
-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 12581dc780d..a915595056a 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -351,7 +351,7 @@ class MachCommands(CommandBase):
], env=self.build_env())
@Command('test-wpt',
- description='Run the web platform tests that the regular test suite',
+ description='Run the regular web platform test suite',
category='testing',
parser=create_parser_wpt)
def test_wpt(self, **kwargs):