summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/pelletier/go-toml/test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/pelletier/go-toml/test.sh')
-rwxr-xr-xvendor/github.com/pelletier/go-toml/test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/vendor/github.com/pelletier/go-toml/test.sh b/vendor/github.com/pelletier/go-toml/test.sh
index 91a889670..a70a8b022 100755
--- a/vendor/github.com/pelletier/go-toml/test.sh
+++ b/vendor/github.com/pelletier/go-toml/test.sh
@@ -1,6 +1,7 @@
#!/bin/bash
# fail out of the script if anything here fails
set -e
+set -o pipefail
# set the path to the present working directory
export GOPATH=`pwd`