]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check return codes from commands in inline test
authorTom Krizek <tkrizek@isc.org>
Fri, 14 Jul 2023 15:10:58 +0000 (17:10 +0200)
committerTom Krizek <tkrizek@isc.org>
Fri, 14 Jul 2023 15:10:58 +0000 (17:10 +0200)
commite5f2addcaa04f430c861def464275d8a0a394a02
tree85df29a954c14095a9c47f181be459021af5ce83
parentccc9b87f59c3801f7e528db8c951a7bb5c547d27
Check return codes from commands in inline test

To improve the compatibility of the inline test with the `set -e`
option, ensure all commands which are expected to pass are explicitly
checked for return code and non-zero return codes are handled.
bin/tests/system/inline/tests.sh