diff options
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 2 |
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): |