mirror of
https://github.com/servo/servo.git
synced 2025-07-23 07:13:52 +01:00
Adjust import path for WPT tests to accommodate upstream.
This commit is contained in:
parent
65df9cb73a
commit
2dff49174c
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ def servo_path(*args):
|
|||
paths = {"include_manifest": wpt_path("include.ini"),
|
||||
"config": wpt_path("config.ini")}
|
||||
# Imports
|
||||
sys.path.append(wpt_path("web-platform-tests", "tools", "wptrunner"))
|
||||
sys.path.append(wpt_path("web-platform-tests", "tools"))
|
||||
import localpaths
|
||||
from wptrunner import wptrunner, wptcommandline
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue