]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make runtime/tests.sh shellcheck and set -e clean
authorOndřej Surý <ondrej@sury.org>
Sat, 16 Nov 2019 05:36:23 +0000 (13:36 +0800)
committerOndřej Surý <ondrej@isc.org>
Tue, 26 Nov 2019 11:11:06 +0000 (12:11 +0100)
commit34a4ceeb1cce4f4d1eee8c4779d464ddd0fdf54b
treee13ef4ff3adf8fbd667e4dde5fecdee474051a0b
parent207b449fab726131fddbfadc7a5f0225e7b2e873
Make runtime/tests.sh shellcheck and set -e clean

This mostly comprises of:

* using $(...) instead of `...`
* changing the directories in subshell and not ignoring `cd` return code
* handling every error gracefully instead of ignoring the return code
bin/tests/system/runtime/tests.sh