From ee433a030c306990f14a0dbbf91f1d4bf5e3003c Mon Sep 17 00:00:00 2001 From: askeing Date: Fri, 15 Apr 2016 11:16:03 +0800 Subject: 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' --- python/tidy/servo_tidy/tidy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/tidy/servo_tidy/tidy.py') 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"), -- cgit v1.2.3