mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-28 21:31:26 -07:00
Use correct interpreter for ansible-test injector.
This commit is contained in:
parent
c25db4ee8d
commit
eec21a3d12
2 changed files with 34 additions and 12 deletions
|
@ -346,7 +346,7 @@ def command_network_integration(args):
|
|||
instances = [] # type: list [lib.thread.WrappedThread]
|
||||
|
||||
if args.platform:
|
||||
get_coverage_path(args) # initialize before starting threads
|
||||
get_coverage_path(args, args.python_version, args.python_executable) # initialize before starting threads
|
||||
|
||||
configs = dict((config['platform_version'], config) for config in args.metadata.instance_config)
|
||||
|
||||
|
@ -514,7 +514,7 @@ def command_windows_integration(args):
|
|||
httptester_id = None
|
||||
|
||||
if args.windows:
|
||||
get_coverage_path(args) # initialize before starting threads
|
||||
get_coverage_path(args, args.python_version, args.python_executable) # initialize before starting threads
|
||||
|
||||
configs = dict((config['platform_version'], config) for config in args.metadata.instance_config)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue