mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Use upstream wptrunner from web-platform-tests.
This commit is contained in:
parent
d9baadd3df
commit
ca340eca39
157 changed files with 4 additions and 15095 deletions
|
@ -11,7 +11,7 @@ from mozlog.structured import structuredlog
|
|||
|
||||
here = os.path.split(__file__)[0]
|
||||
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(here, os.pardir, "harness")))
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(here, os.pardir, "web-platform-tests", "tools", "wptrunner")))
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(here, os.pardir, "tests", "tools", "scripts")))
|
||||
|
||||
from wptrunner.update import setup_logging, WPTUpdate
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue