Skip to content

Commit

Permalink
fixup! Fix web-platform-tests#2669: Add alternate_hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
gsnedders committed Apr 25, 2018
1 parent 82fb5f4 commit b2bc9bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wpt/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def check_environ(product):
if product not in ("firefox", "servo"):
config = serve.load_config(os.path.join(wpt_root, "config.default.json"),
os.path.join(wpt_root, "config.json"))
expected_hosts = set(config.all_domains_set)
expected_hosts = set(config.all_domains.itervalues())
missing_hosts = set(expected_hosts)
if platform.uname()[0] != "Windows":
hosts_path = "/etc/hosts"
Expand Down

0 comments on commit b2bc9bc

Please sign in to comment.