summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xservice/go3
1 files changed, 2 insertions, 1 deletions
diff --git a/service/go b/service/go
index c8a672c3..809dd773 100755
--- a/service/go
+++ b/service/go
@@ -1,5 +1,7 @@
#!/bin/bash
+set -e
+
NUM_OF_CORES=''
TRIAL_PATH=''
@@ -93,7 +95,6 @@ function runCoverageUnitAndIntegration {
}
if [ "$1" == 'test' ]; then
- set -e
runPep8
runUnitTests "${@:2}"
runIntegrationTests "${@:2}"