mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
tests.integration: pass opts as a dict
This commit is contained in:
parent
7ef10f6de6
commit
1d503f032c
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ class TestDaemon(object):
|
|||
'''
|
||||
# Setup the multiprocessing logging queue listener
|
||||
salt_log_setup.setup_multiprocessing_logging_listener(
|
||||
self.parser.options
|
||||
vars(self.parser.options)
|
||||
)
|
||||
|
||||
# Set up PATH to mockbin
|
||||
|
|
Loading…
Add table
Reference in a new issue