diff options
author | yoyo930021 <yoyo930021@gmail.com> | 2016-08-28 20:46:34 +0800 |
---|---|---|
committer | yoyo930021 <yoyo930021@gmail.com> | 2016-08-28 20:46:34 +0800 |
commit | 2767a7b8604fbb55dc85959fc517864d3be6ceb2 (patch) | |
tree | 9f4345c2149e40d802b8041b2b09ed7397339bcb /python/servo/testing_commands.py | |
parent | 856b85ad95c6ae55d42b08885b7d44d149a57a8c (diff) | |
download | servo-2767a7b8604fbb55dc85959fc517864d3be6ceb2.tar.gz servo-2767a7b8604fbb55dc85959fc517864d3be6ceb2.zip |
Need better description for mach subcommands #12402 4
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r-- | python/servo/testing_commands.py | 4 |
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, |