]> git.ipfire.org Git - thirdparty/bind9.git/commit
Allow WatchLog.wait_for_line() to be called more than once
authorNicki Křížek <nicki@isc.org>
Mon, 23 Jun 2025 12:24:34 +0000 (14:24 +0200)
committerNicki Křížek <nicki@isc.org>
Fri, 18 Jul 2025 09:32:41 +0000 (11:32 +0200)
commit2afb3755b2ceb7066ce112e8f01c39cee27c02d5
treea998b519b2668cd7a16433ee7a3caca2ebb256bb
parent5840908ead3a1f1775bda6690c820bbcbfd9d849
Allow WatchLog.wait_for_line() to be called more than once

In some cases, it can be useful to be able to re-use the same WatchLog
to wait for another line.
bin/tests/system/isctest/log/watchlog.py