Don't bind hostname when running wptrunner for Servo

This commit is contained in:
Anthony Ramine 2018-01-11 14:53:27 +01:00
parent 4d3c932c47
commit afc78ea907

View file

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