mirror of
https://github.com/servo/servo
synced 2026-04-25 17:15:48 +02:00
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:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user