From fad0b369a7a8868be413a96922eb67a64d341b37 Mon Sep 17 00:00:00 2001 From: zakorgyula Date: Tue, 1 Mar 2016 16:50:15 +0100 Subject: Fix ./mach test-tidy --faster issue issue number: 9778 --- python/servo/testing_commands.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'python/servo/testing_commands.py') 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): -- cgit v1.2.3