Make sure the mp logging queue listener is configured

This commit is contained in:
Pedro Algarvio 2015-08-03 13:20:08 +01:00
parent 49e48b4378
commit 8f3199f933

View file

@ -57,6 +57,7 @@ import salt.output
import salt.version
import salt.utils
import salt.utils.process
import salt.log.setup as salt_log_setup
from salt.utils import fopen, get_colors
from salt.utils.verify import verify_env
from salt.utils.immutabletypes import freeze
@ -178,6 +179,9 @@ class TestDaemon(object):
'''
Start a master and minion
'''
# Setup the multiprocessing logging queue listener
salt_log_setup.setup_multiprocessing_logging_listener()
# Set up PATH to mockbin
self._enter_mockbin()