summaryrefslogtreecommitdiff
path: root/service/go
diff options
context:
space:
mode:
authorTiago Ferraz <tiago.ferraz@gmail.com>2015-04-13 17:51:19 -0300
committerTiago Ferraz <tiago.ferraz@gmail.com>2015-04-13 17:51:19 -0300
commit471bda3a380cc0da3504f54e6af2dfd928b6843f (patch)
tree29d194335a861f2cff64e1a5fd23fc83f9946cca /service/go
parent12c500db4eb45413929b008af3e0b594baef8266 (diff)
Added call of pep8 and jshit in when passing coverage_all parameter to
go. So we can replace "go test" in builds.
Diffstat (limited to 'service/go')
-rwxr-xr-xservice/go2
1 files changed, 2 insertions, 0 deletions
diff --git a/service/go b/service/go
index f6a836dc..e7864bdc 100755
--- a/service/go
+++ b/service/go
@@ -125,6 +125,8 @@ elif [ "$1" == 'coverage_unit' ]; then
elif [ "$1" == 'coverage_integration' ]; then
runCoverageIntegration "${@:2}"
elif [ "$1" == 'coverage_all' ]; then
+ set -e
+ runPep8
runCoverageUnitAndIntegration "${@:2}"
elif [ "$1" == 'start' ]; then
/usr/bin/env pixelated-user-agent "${@:2}"