From 8a83d8701d8d233cdbbcb7c06133fea13797a4d5 Mon Sep 17 00:00:00 2001 From: Bruno Wagner Date: Mon, 23 Mar 2015 10:59:29 -0300 Subject: The whole go script runs with -e now, this will make it break when it breaks --- service/go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'service/go') 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}" -- cgit v1.2.3