]> 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>
Thu, 22 Jun 2023 17:19:05 +0000 (19:19 +0200)
commit1dd4c2b9e2649f8dc41335e15180c0dc5ad4efbb
treef81abfc512f3ad51afd0a7b5826dd10789648745
parentd437b7043a2d9c86efe73a427dba31c3714035b7
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).
bin/tests/system/kasp/tests.sh