]> 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@sury.org>
Wed, 27 Nov 2019 10:50:29 +0000 (11:50 +0100)
commit340b1d2b6b3c0a8892cb9ac3b06fb126cfbbaf26
tree89207e95b000f02608578199363eb4f5071149b1
parent8f539a88863064ea18915bd4ab410200d7140c91
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