]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check all keys despite early failure
authorMatthijs Mekking <matthijs@isc.org>
Tue, 27 Jun 2023 14:27:35 +0000 (16:27 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Thu, 6 Jul 2023 07:27:29 +0000 (09:27 +0200)
commit674249f66a5c41d6742aebb2461ba0659c01eee7
treee97c09200df104e3ee1abc62aad373d48c08f2af
parent54d0051730f3fa012859d45fa0b3c5127a2e545e
Check all keys despite early failure

In the kasp script, if one expected key is not found, continue checking
the other key ids, even if there is no match for the first one.  This
provides a bit more information which keys mismatch and makes for
easier debugging test failures.
bin/tests/system/kasp.sh