aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/testing_commands.py
diff options
context:
space:
mode:
authorzakorgyula <gyula.zakor@gmail.com>2016-03-01 16:50:15 +0100
committerzakorgyula <gyula.zakor@gmail.com>2016-04-05 07:29:34 +0200
commitfad0b369a7a8868be413a96922eb67a64d341b37 (patch)
tree730fa5ae8c6d159c0769411ca8ad49484b60c2c4 /python/servo/testing_commands.py
parent863c905025e75e7119539c832e4e4647f44d90bb (diff)
downloadservo-fad0b369a7a8868be413a96922eb67a64d341b37.tar.gz
servo-fad0b369a7a8868be413a96922eb67a64d341b37.zip
Fix ./mach test-tidy --faster issue
issue number: 9778
Diffstat (limited to 'python/servo/testing_commands.py')
-rw-r--r--python/servo/testing_commands.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/python/servo/testing_commands.py b/python/servo/testing_commands.py
index 4346fe6b7f6..66785e30abe 100644
--- a/python/servo/testing_commands.py
+++ b/python/servo/testing_commands.py
@@ -267,7 +267,8 @@ class MachCommands(CommandBase):
description='Run the source code tidiness check',
category='testing')
@CommandArgument('--faster', default=False, action="store_true",
- help="Only check changed files and skip the WPT lint in tidy")
+ help="Only check changed files and skip the WPT lint in tidy, "
+ "if there are no changes in the WPT files")
@CommandArgument('--no-progress', default=False, action="store_true",
help="Don't show progress for tidy")
def test_tidy(self, faster, no_progress):