diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:43:19 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-12-07 15:43:19 +0100 |
commit | f6fd08fb6f0028d1f0069c4ccaaaf225e9ebb08b (patch) | |
tree | ad81f0ee5a4ffec4043c46bf4ecf0806ee8de4f2 /test/stress_test.sh | |
parent | workflows/ci: use default clang-format (diff) | |
download | math-server-f6fd08fb6f0028d1f0069c4ccaaaf225e9ebb08b.tar.gz math-server-f6fd08fb6f0028d1f0069c4ccaaaf225e9ebb08b.zip |
fix preludes in bash scripts
Diffstat (limited to 'test/stress_test.sh')
-rwxr-xr-x | test/stress_test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |