]> 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 16:09:08 +0000 (18:09 +0200)
commit6dc73014f65ea521f202d9080951f968fa26cbb3
tree0e73bbece1e3e766a8b7c2a89a1863b26c53cdc7
parent0c8c013eac6915cee059d9b8b2aabb6502e1483f
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.

(cherry picked from commit 4b8998e4ad1eda6e4fca23c362dd8034d6cce3fa)
bin/tests/system/checkds/tests_checkds.py