]> 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 11:20:45 +0000 (13:20 +0200)
commit24085c6bbd3ab4e80837e58154521addc71d5704
tree66d2f889b64b604f06f122b459eeaf48ae7f0d50
parent9fec9c51fd92045454dc884ade11d1a431681ed8
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.

(cherry picked from commit 8b357a35d2478200f7cccd3f357aa8203bf81c0d)
bin/tests/system/run.sh