Skip to content

Commit

Permalink
allow unbound through flag
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton-4 authored Sep 24, 2024
1 parent 214f11c commit 348ab5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/all_tests.sh
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 348ab5a

Please sign in to comment.