]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Check exit status of dig and nsupdate in nsupdate system test
authorOndřej Surý <ondrej@isc.org>
Tue, 7 Apr 2026 17:32:28 +0000 (19:32 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 7 Apr 2026 17:32:28 +0000 (19:32 +0200)
commit634194484dcf81590b30213d690aade4745bfcd5
tree7270fe47b4657b7ff7de5b04b3e4186c67bc64e4
parent114ea31f42fb9d71f5c2a5b8a2b36634584b668c
parent9ba03a1848904b605f64fbfe3dab00b551828e4b
fix: test: Check exit status of dig and nsupdate in nsupdate system test

Add missing failure checks to six dig and nsupdate invocations in nsupdate system test so that command failures are properly caught instead of silently ignored.

Merge branch 'marka/check-return-codes-in-nsupdate-test' into 'main'

See merge request isc-projects/bind9!11811