aboutsummaryrefslogtreecommitdiffstats
path: root/python/tidy/servo_tidy/tidy.py
diff options
context:
space:
mode:
authoraskeing <askeing@gmail.com>2016-04-15 11:16:03 +0800
committeraskeing <askeing@gmail.com>2016-04-15 11:16:03 +0800
commitee433a030c306990f14a0dbbf91f1d4bf5e3003c (patch)
tree494494ea846e803fb53decdc4417061ffd9b5888 /python/tidy/servo_tidy/tidy.py
parente20def068eba85a17e9491243611603f7f95d676 (diff)
downloadservo-ee433a030c306990f14a0dbbf91f1d4bf5e3003c.tar.gz
servo-ee433a030c306990f14a0dbbf91f1d4bf5e3003c.zip
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'
Diffstat (limited to 'python/tidy/servo_tidy/tidy.py')
-rw-r--r--python/tidy/servo_tidy/tidy.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/servo_tidy/tidy.py b/python/tidy/servo_tidy/tidy.py
index 6110a9ea4eb..43c4eb6dc69 100644
--- a/python/tidy/servo_tidy/tidy.py
+++ b/python/tidy/servo_tidy/tidy.py
@@ -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"),