Run system tests with set -e

Ensure all shell system tests are executed with the errexit option set.
This prevents unchecked return codes from commands in the test from
interfering with the tests, since any failures need to be handled
explicitly.
This commit is contained in:
Tom Krizek
2023-06-07 15:35:57 +02:00
parent 723cb07d58
commit 01bc805f89
97 changed files with 193 additions and 11 deletions

View File

@@ -11,6 +11,8 @@
# See the COPYRIGHT file distributed with this work for additional
# information regarding copyright ownership.
set -e
. ../conf.sh
DIGOPTS="-p ${PORT}"