]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check for proper log message in kasp test
authorTom Krizek <tkrizek@isc.org>
Thu, 22 Jun 2023 15:57:22 +0000 (17:57 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 26 Jun 2023 11:07:29 +0000 (13:07 +0200)
commitd1caa0b4f0d09f5e4ddb3a3b1bfc86a4283b797b
treeeff9a7943d831e99b3956b398f261426dfceb0f2
parentd527fca768eea81fe6074c79b254f48877034ce0
Check for proper log message in kasp test

The log message is supposed to contain the zone name which was
erroneously omitted, but didn't pop up during tests, since return code
was silently ignored.

Now it actually waits for the proper log message rather than being an
equivalent of 3 second sleep (which was also sufficient to make the test
pass, thus we detected no failure).

(cherry picked from commit 1dd4c2b9e2649f8dc41335e15180c0dc5ad4efbb)
bin/tests/system/kasp/tests.sh