aboutsummaryrefslogtreecommitdiff
path: root/end-to-end-test.sh
diff options
context:
space:
mode:
authorTobias Schmidt <ts@soundcloud.com>2015-10-17 06:31:51 -0400
committerTobias Schmidt <ts@soundcloud.com>2015-10-17 06:31:51 -0400
commiteee6298266c106a0de2c96b00d544434cf213ecd (patch)
tree39db688ab1888a891dade896a05b81278a916d30 /end-to-end-test.sh
parent6cc5a6ec563c7471f2c56be26b95834459c714b4 (diff)
downloadprometheus_node_collector-eee6298266c106a0de2c96b00d544434cf213ecd.tar.bz2
prometheus_node_collector-eee6298266c106a0de2c96b00d544434cf213ecd.tar.xz
prometheus_node_collector-eee6298266c106a0de2c96b00d544434cf213ecd.zip
Fix end-to-end test pipefail configuration
Diffstat (limited to 'end-to-end-test.sh')
-rwxr-xr-xend-to-end-test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/end-to-end-test.sh b/end-to-end-test.sh
index aedc420..f88a207 100755
--- a/end-to-end-test.sh
+++ b/end-to-end-test.sh
@@ -1,6 +1,6 @@
1#!/usr/bin/env bash 1#!/usr/bin/env bash
2 2
3set -euf +o pipefail 3set -euf -o pipefail
4 4
5cd "$(dirname $0)" 5cd "$(dirname $0)"
6 6