diff --git a/scripts/run-suite.sh b/scripts/run-suite.sh index 7d07bfa..f2b279b 100755 --- a/scripts/run-suite.sh +++ b/scripts/run-suite.sh @@ -1,4 +1,5 @@ #!/usr/bin/env bash +set -euo pipefail # Get the parent directory of the current file SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"