Merge pull request #25977 from s0undt3ch/develop

Shutdown the multiprocessing logging queue listener
This commit is contained in:
Pedro Algarvio 2015-08-03 21:39:15 +01:00
commit 342e0c0e10

View File

@ -689,6 +689,8 @@ class TestDaemon(object):
pass
self._exit_mockbin()
self._exit_ssh()
# Shutdown the multiprocessing logging queue listener
salt_log_setup.shutdown_multiprocessing_logging_listener()
def pre_setup_minions(self):
'''