mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Update scripts to reflect new WPT directory name
This commit is contained in:
parent
234d507234
commit
f017169ae4
21 changed files with 39 additions and 45 deletions
|
@ -15,7 +15,7 @@ import mozlog.commandline
|
|||
SCRIPT_PATH = os.path.abspath(os.path.dirname(__file__))
|
||||
SERVO_ROOT = os.path.abspath(os.path.join(SCRIPT_PATH, "..", ".."))
|
||||
WPT_PATH = os.path.join(SERVO_ROOT, "tests", "wpt")
|
||||
WPT_TOOLS_PATH = os.path.join(WPT_PATH, "web-platform-tests", "tools")
|
||||
WPT_TOOLS_PATH = os.path.join(WPT_PATH, "tests", "tools")
|
||||
CERTS_PATH = os.path.join(WPT_TOOLS_PATH, "certs")
|
||||
|
||||
sys.path.insert(0, WPT_TOOLS_PATH)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue