Skip to content

Commit

Permalink
fixup! Add session setting support for specs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkleen committed Aug 27, 2024
1 parent d54e59d commit ab00a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cr8/run_spec.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def __init__(self,
self.session_settings = session_settings
self.spec_dir = spec_dir
self.client = clients.client(benchmark_hosts, session_settings)
self.result_client = clients.client(result_hosts, session_settings)
self.result_client = clients.client(result_hosts)
self.server_version_info = aio.run(self.client.get_server_version)
self.server_version = parse_version(self.server_version_info['number'])
self.log = log
Expand Down

0 comments on commit ab00a48

Please sign in to comment.