aboutsummaryrefslogtreecommitdiffstats
path: root/python/servo/lints
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2019-11-08 09:42:12 +0100
committerPaul Rouget <me@paulrouget.com>2019-11-21 09:56:39 +0100
commitb71774d8fe029a11ba95d13ea25692ecfe74dec6 (patch)
tree5d6376f1c077421780833422e3de18404d6f65f8 /python/servo/lints
parent5c92fd84cab4d4e214a8e16042812a38480817ba (diff)
downloadservo-b71774d8fe029a11ba95d13ea25692ecfe74dec6.tar.gz
servo-b71774d8fe029a11ba95d13ea25692ecfe74dec6.zip
Run test-tidy on Windows
Diffstat (limited to 'python/servo/lints')
-rw-r--r--python/servo/lints/wpt_lint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/lints/wpt_lint.py b/python/servo/lints/wpt_lint.py
index e2e44c729ae..a15b20bf6fb 100644
--- a/python/servo/lints/wpt_lint.py
+++ b/python/servo/lints/wpt_lint.py
@@ -28,7 +28,7 @@ class Lint(LintRunner):
yield f[len(working_dir):]
def run(self):
- if self.stylo:
+ if self.stylo or self.no_wpt:
return
wpt_working_dir = os.path.abspath(os.path.join(WPT_PATH, "web-platform-tests"))