mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Expand tidy to lint parts of /tests/wpt
This commit is contained in:
parent
1e3010e4cd
commit
d1824aea48
8 changed files with 35 additions and 19 deletions
|
@ -2,16 +2,17 @@
|
|||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
#!/usr/bin/env python
|
||||
|
||||
import run
|
||||
import sys
|
||||
|
||||
paths = {"include_manifest": run.wpt_path("include_css.ini"),
|
||||
"config": run.wpt_path("config_css.ini")}
|
||||
|
||||
|
||||
def run_tests(**kwargs):
|
||||
return run.run_tests(paths=paths, **kwargs)
|
||||
|
||||
|
||||
def main():
|
||||
return run.main(paths)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue