Use a false value that is valid Python, not just JSON.

This avoids a problem with the upcoming WPT downstream sync caused by cb2d75fd13.
This commit is contained in:
Josh Matthews
2018-02-19 15:47:51 -05:00
committed by GitHub
parent be902d56c0
commit 48c84578c2

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": "false",
"bind_hostname": False,
"testharnessreport": "testharnessreport-servo.js",
"supports_debugger": True}