]> git.ipfire.org Git - thirdparty/bind9.git/commit
Replace print statements in checkds test
authorNicki Křížek <nicki@isc.org>
Tue, 17 Jun 2025 13:47:48 +0000 (15:47 +0200)
committerNicki Křížek <nicki@isc.org>
Fri, 27 Jun 2025 14:31:49 +0000 (16:31 +0200)
commit4b8998e4ad1eda6e4fca23c362dd8034d6cce3fa
tree3aedcd47ef169bc9fbd2b3e95289fd7b6f6763f9
parent2cc1e8d0b06886bcce30b872b48224dd865e8d79
Replace print statements in checkds test

Use isctest.log logging facility for consistent and predictable logging
output rather than using print(). Remove writes of stderr, as that
output will be logged in the debug log in case the commands called with
isctest.run.cmd() fails.
bin/tests/system/checkds/tests_checkds.py