summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-03-09 15:06:40 -0300
committerAlexandre Pretto Nunes <anunes@thoughtworks.com>2015-03-09 15:06:40 -0300
commit47f032c7bd27a84617d6a685d833744e02a1b3ab (patch)
treebed4e9ac35504e1762083d8a4efc69ba176cb577 /service/go
parent6cf77c01b1465a6ff58863b397a023658a8b1b76 (diff)
Make test suite stop if any test brake
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go1
1 files changed, 1 insertions, 0 deletions
diff --git a/service/go b/service/go
index ac953bdd..3ffefb72 100755
--- a/service/go
+++ b/service/go
@@ -93,6 +93,7 @@ function runCoverageUnitAndIntegration {
}
if [ "$1" == 'test' ]; then
+ set -e
runJSHint
runPep8
runUnitTests "${@:2}"