]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fail immediatelly when clean.sh or setup.sh fails
authorOndřej Surý <ondrej@isc.org>
Tue, 12 May 2020 08:01:35 +0000 (10:01 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 12 May 2020 08:37:48 +0000 (10:37 +0200)
commit8b357a35d2478200f7cccd3f357aa8203bf81c0d
tree3f33b5b195ba1c25643bb8ecbc246ba9a525dbf1
parentc2ec4ee19d58086570e13b0e1ee666ef7a405b40
Fail immediatelly when clean.sh or setup.sh fails

The `statschannel/ns2/` was missing `manykeys.db.in`, but the test
succeeded even when `setup.sh` (or `clean.sh`) failed to execute.  This
commit makes run.sh to run in stricter mode and fail the test
immediately when `clean.sh` or `setup.sh` fails.
bin/tests/system/run.sh.in