From a1fc25b848b955754deaff82a85b8af0bb597416 Mon Sep 17 00:00:00 2001 From: David Baumgold Date: Tue, 24 Feb 2015 13:14:55 -0500 Subject: [PATCH] Pylint violations are below 6000 --- scripts/all-tests.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/all-tests.sh b/scripts/all-tests.sh index 9af16184cb..668c460cd9 100755 --- a/scripts/all-tests.sh +++ b/scripts/all-tests.sh @@ -61,7 +61,7 @@ git clean -qxfd source scripts/jenkins-common.sh # Violations thresholds for failing the build -PYLINT_THRESHOLD=6100 +PYLINT_THRESHOLD=6000 PEP8_THRESHOLD=0 # If the environment variable 'SHARD' is not set, default to 'all'. @@ -93,7 +93,7 @@ END ;; "unit") - case "$SHARD" in + case "$SHARD" in "lms") paver test_system -s lms paver coverage