summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go5
1 files changed, 4 insertions, 1 deletions
diff --git a/service/go b/service/go
index ac953bdd..7bcc0c4b 100755
--- a/service/go
+++ b/service/go
@@ -93,15 +93,18 @@ function runCoverageUnitAndIntegration {
}
if [ "$1" == 'test' ]; then
- runJSHint
+ set -e
runPep8
runUnitTests "${@:2}"
runIntegrationTests "${@:2}"
elif [ "$1" == 'unit' ]; then
+ set -e
runUnitTests
elif [ "$1" == 'integration' ]; then
+ set -e
runIntegrationTests
elif [ "$1" == 'pep8' ]; then
+ set -e
runPep8
elif [ "$1" == 'setuppy' ]; then
setuppy