Fix issue where test suite could hang on shutdown

This is most common in the develop branch but could occur here as well.
This commit is contained in:
Mike Place 2016-10-03 23:37:05 +09:00
parent c089ac6c67
commit cdf2a56564
No known key found for this signature in database
GPG Key ID: 9136F4F13705CFD3

View File

@ -704,7 +704,7 @@ class TestDaemon(object):
self._exit_ssh()
# Shutdown the multiprocessing logging queue listener
salt_log_setup.shutdown_multiprocessing_logging()
salt_log_setup.shutdown_multiprocessing_logging_listener()
salt_log_setup.shutdown_multiprocessing_logging_listener(daemonizing=True)
def pre_setup_minions(self):
'''