Shell script error handling (#628)

* fn: fortify shell scripts with euo pipefail
This commit is contained in:
Tolga Ceylan
2017-12-23 13:05:41 -08:00
committed by GitHub
parent 4b9716dbfb
commit becd7652b1
3 changed files with 4 additions and 6 deletions

View File

@@ -1,7 +1,6 @@
#!/bin/bash
# Top level test script to start all other tests
set -ex
set -exuo pipefail
function host {
case ${DOCKER_LOCATION:-localhost} in