From eee6298266c106a0de2c96b00d544434cf213ecd Mon Sep 17 00:00:00 2001 From: Tobias Schmidt Date: Sat, 17 Oct 2015 06:31:51 -0400 Subject: [PATCH] Fix end-to-end test pipefail configuration --- end-to-end-test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/end-to-end-test.sh b/end-to-end-test.sh index aedc4201..f88a2076 100755 --- a/end-to-end-test.sh +++ b/end-to-end-test.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -set -euf +o pipefail +set -euf -o pipefail cd "$(dirname $0)"