mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Don't bind hostname when running wptrunner for Servo
This commit is contained in:
parent
4d3c932c47
commit
afc78ea907
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ def env_extras(**kwargs):
|
|||
def env_options():
|
||||
return {"host": "127.0.0.1",
|
||||
"external_host": "web-platform.test",
|
||||
"bind_hostname": "true",
|
||||
"bind_hostname": "false",
|
||||
"testharnessreport": "testharnessreport-servo.js",
|
||||
"supports_debugger": True}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue