mirror of
https://github.com/servo/servo.git
synced 2025-06-19 22:59:03 +01:00
Fix ./mach test-tidy --faster issue
issue number: 9778
This commit is contained in:
parent
863c905025
commit
fad0b369a7
2 changed files with 22 additions and 5 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue