aboutsummaryrefslogtreecommitdiffstats
path: root/python/mach_bootstrap.py
diff options
context:
space:
mode:
authoraskeing <askeing@gmail.com>2016-04-14 15:55:25 +0800
committeraskeing <askeing@gmail.com>2016-04-14 15:55:25 +0800
commitbfe460de9e482bdd40b6ec6f702d612d1bb5b43b (patch)
tree4c76c32f4daf067bd7046f6fe337fe3934d14de6 /python/mach_bootstrap.py
parent41b86870fa02cb5865308513f811899c5a6e1c0a (diff)
downloadservo-bfe460de9e482bdd40b6ec6f702d612d1bb5b43b.tar.gz
servo-bfe460de9e482bdd40b6ec6f702d612d1bb5b43b.zip
Package tidy
- Modified the testing commands - Added the requirements - Moved python/tidy/tests to python/tidy/servo_tidy_tests for self tidy tests
Diffstat (limited to 'python/mach_bootstrap.py')
-rw-r--r--python/mach_bootstrap.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/mach_bootstrap.py b/python/mach_bootstrap.py
index 05b21c4fdfa..e77c78e0851 100644
--- a/python/mach_bootstrap.py
+++ b/python/mach_bootstrap.py
@@ -13,6 +13,7 @@ from pipes import quote
SEARCH_PATHS = [
os.path.join("python", "mach"),
+ os.path.join("python", "tidy"),
os.path.join("tests", "wpt"),
os.path.join("tests", "wpt", "harness"),
]