Skip to content

Commit

Permalink
Use a false value that is valid Python, not just JSON.
Browse files Browse the repository at this point in the history
This avoids a problem with the upcoming WPT downstream sync caused by web-platform-tests/wpt@cb2d75f.
  • Loading branch information
jdm committed Feb 19, 2018
1 parent be902d5 commit 48c8457
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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}

Expand Down

0 comments on commit 48c8457

Please sign in to comment.