From 7205be751bf90123cb3f2edea842d0529d5f070f Mon Sep 17 00:00:00 2001 From: Philip Paquette Date: Fri, 2 Nov 2018 16:50:26 -0400 Subject: Fixed Jenkins not reporting tests score correctly --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run_tests.sh') diff --git a/run_tests.sh b/run_tests.sh index 9606844..5b27615 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -12,7 +12,7 @@ if [ "${1:-auto}" != "0" ]; then fi # Running pylint -find diplomacy -name "*.py" ! -name 'zzz_*.py' ! -name '_*.py' -exec pylint '{}' + && \ +find diplomacy -name "*.py" ! -name 'zzz_*.py' ! -name '_*.py' -exec pylint '{}' + || FAILED=1 # Running eslint if [ -f "$DIR/diplomacy/web/node_modules/.bin/eslint" ]; then -- cgit v1.2.3