]> 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:08:09 +0000 (13:08 +0200)
commit9cfc8da4878e761aa435fee80d6b5c93fda11365
tree76d98b38dbe1f01aa2bae90d3889451f548008dd
parent678bfc4ce0f009bb43575d526f62725bd5eb42d4
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