]> 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 08:28:41 +0000 (10:28 +0200)
commit83dd0c85a2d95ffb136934cf6f57d65395b74e2a
tree7b2df6eb8ef4e6e5a8adcbb5a51af2fa9a854ab6
parent681260b6cda7f3d74407267a6faf38abc49484db
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.

(cherry picked from commit 674249f66a5c41d6742aebb2461ba0659c01eee7)
bin/tests/system/kasp.sh