From 2767a7b8604fbb55dc85959fc517864d3be6ceb2 Mon Sep 17 00:00:00 2001 From: yoyo930021 Date: Sun, 28 Aug 2016 20:46:34 +0800 Subject: Need better description for mach subcommands #12402 4 --- python/servo/testing_commands.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/servo/testing_commands.py') 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, -- cgit v1.2.3