]> 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 18:30:21 +0000 (20:30 +0200)
commit2b77921470c4d73862cbad0191e7ffee90842cfd
tree3dfcf9faac003a5eb60c70b657793458cffce615
parent90175e49df7cfd18e2147e4b146c45548bc073e8
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