From f6fd08fb6f0028d1f0069c4ccaaaf225e9ebb08b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 7 Dec 2022 15:43:19 +0100 Subject: fix preludes in bash scripts --- test/stress_test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/stress_test.sh b/test/stress_test.sh index 1f7c9e1..5acc985 100755 --- a/test/stress_test.sh +++ b/test/stress_test.sh @@ -6,6 +6,7 @@ # Distributed under the MIT License. set -o errexit -o nounset -o pipefail +shopt -s inherit_errexit lastpipe script_name="$( basename -- "${BASH_SOURCE[0]}" )" readonly script_name -- cgit v1.2.3