mirror of
https://github.com/valitydev/salt.git
synced 2024-11-07 08:58:59 +00:00
tests.integration: pass opts as a dict
This commit is contained in:
parent
7ef10f6de6
commit
1d503f032c
@ -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…
Reference in New Issue
Block a user