From 348ab5a6b0bdffff646b774c2919eb5ec5d92721 Mon Sep 17 00:00:00 2001 From: Anton-4 <17049058+Anton-4@users.noreply.github.com> Date: Tue, 24 Sep 2024 20:29:00 +0200 Subject: [PATCH] allow unbound through flag --- ci_scripts/all_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci_scripts/all_tests.sh b/ci_scripts/all_tests.sh index 4378108..352c451 100755 --- a/ci_scripts/all_tests.sh +++ b/ci_scripts/all_tests.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # https://vaneyckt.io/posts/safer_bash_scripts_with_set_euxo_pipefail/ -set -euxo pipefail +set -exo pipefail if [ -z "${ROC}" ]; then echo "ERROR: The ROC environment variable is not set.