]> git.ipfire.org Git - thirdparty/bind9.git/commit
Tear down module logger handler in system tests
authorTom Krizek <tkrizek@isc.org>
Tue, 9 May 2023 12:20:02 +0000 (14:20 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 22 May 2023 12:11:41 +0000 (14:11 +0200)
commit0f8a2b07a4bb235c1dd3aff4ad53ee8a083d67d0
treea0e96096be5bfc3f16b6f751081bedcc88c6e75d
parent1aaefc9cf40e391560fe34795e50eaf15c22e26c
Tear down module logger handler in system tests

The module-level logger has a handler that writes into a temporary
directory. Ensure the logging output is flushed and the handler is
closed before attempting to remove this temporary directory.
bin/tests/system/conftest.py