diff --git a/test.sh b/test.sh index 91a8896..a70a8b0 100755 --- a/test.sh +++ b/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`