mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Add servo_tidy_tests into ignore dirs, and modify setup.py to fit the tidy check
- fix the issue of '$ ./mach test-tidy --no-progress'
This commit is contained in:
parent
e20def068e
commit
ee433a030c
2 changed files with 12 additions and 2 deletions
|
@ -56,7 +56,7 @@ ignored_dirs = [
|
|||
os.path.join(".", "tests", "wpt", "sync"),
|
||||
os.path.join(".", "tests", "wpt", "sync_css"),
|
||||
os.path.join(".", "python", "mach"),
|
||||
os.path.join(".", "python", "tidy_self_test"),
|
||||
os.path.join(".", "python", "tidy", "servo_tidy_tests"),
|
||||
os.path.join(".", "components", "script", "dom", "bindings", "codegen", "parser"),
|
||||
os.path.join(".", "components", "script", "dom", "bindings", "codegen", "ply"),
|
||||
os.path.join(".", "python", "_virtualenv"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue