Skip to content

Commit

Permalink
Adjust WPT manifest update python path to unbreak automated sync.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed May 2, 2018
1 parent 245dcc2 commit 49b971a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/wpt/update/__init__.py
Expand Up @@ -13,7 +13,7 @@

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, "web-platform-tests", "tools", "wptserve")))
sys.path.insert(0, os.path.abspath(os.path.join(here, os.pardir, "tests", "tools", "scripts")))
sys.path.insert(0, os.path.abspath(os.path.join(here, os.pardir, "web-platform-tests", "tools")))

from wptrunner.update import setup_logging, WPTUpdate
from wptrunner.update.base import exit_unclean
Expand Down

0 comments on commit 49b971a

Please sign in to comment.