diff options
Diffstat (limited to 'test/integration/docker/test.sh')
-rwxr-xr-x | test/integration/docker/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/integration/docker/test.sh b/test/integration/docker/test.sh index 7b5b4df..e39cf84 100755 --- a/test/integration/docker/test.sh +++ b/test/integration/docker/test.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash set -o errexit -o nounset -o pipefail +shopt -s inherit_errexit lastpipe script_dir="$( dirname -- "${BASH_SOURCE[0]}" )" script_dir="$( cd -- "$script_dir" && pwd )" |