diff options
Diffstat (limited to 'service')
-rwxr-xr-x | service/go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -93,6 +93,7 @@ function runCoverageUnitAndIntegration { } if [ "$1" == 'test' ]; then + set -e runJSHint runPep8 runUnitTests "${@:2}" |