summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
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}"