Skip to content

Commit

Permalink
webkit: expand the exposed run info variable to 'webkit_port'.
Browse files Browse the repository at this point in the history
  • Loading branch information
zdobersek committed Nov 3, 2018
1 parent 9c2611f commit fc92447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/wptrunner/wptrunner/browsers/webkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def env_options():


def run_info_extras(**kwargs):
return {"wk_port": kwargs["webkit_port"]}
return {"webkit_port": kwargs["webkit_port"]}


class WebKitBrowser(Browser):
Expand Down

0 comments on commit fc92447

Please sign in to comment.