Use upstream wptrunner from web-platform-tests.

This commit is contained in:
Josh Matthews 2017-06-19 16:52:16 -04:00 committed by Ms2ger
parent d9baadd3df
commit ca340eca39
157 changed files with 4 additions and 15095 deletions

View file

@ -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