From 31a5b9432d1d61971725e5f7cfebb1c9ad3912ba Mon Sep 17 00:00:00 2001 From: Sam Saccone Date: Mon, 27 Jun 2016 14:16:51 -0700 Subject: [PATCH] Exit right away on error. (#1643) This will prevent invalid deploys when we encounter errors instead of a partial complete deploy. ref #1635 --- test-runner.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-runner.sh b/test-runner.sh index 0075038984..96cc2359d4 100755 --- a/test-runner.sh +++ b/test-runner.sh @@ -1,6 +1,6 @@ #!/bin/bash set -o pipefail - +set -e get_changes () {