Fix ./mach test-tidy --faster issue

issue number: 9778
This commit is contained in:
zakorgyula 2016-03-01 16:50:15 +01:00
parent 863c905025
commit fad0b369a7
2 changed files with 22 additions and 5 deletions

View file

@ -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):