Merge pull request #7287 from edx/benp/more-scripts-hints
Adding hints for otherwise quiet quality shard steps.
This commit is contained in:
@@ -73,8 +73,11 @@ SHARD=${SHARD:="all"}
|
||||
case "$TEST_SUITE" in
|
||||
|
||||
"quality")
|
||||
echo "Finding fixme's and storing report..."
|
||||
paver find_fixme > fixme.log || { cat fixme.log; EXIT=1; }
|
||||
echo "Finding pep8 violations and storing report..."
|
||||
paver run_pep8 > pep8.log || { cat pep8.log; EXIT=1; }
|
||||
echo "Finding pylint violations and storing in report..."
|
||||
paver run_pylint -l $PYLINT_THRESHOLD > pylint.log || { cat pylint.log; EXIT=1; }
|
||||
# Run quality task. Pass in the 'fail-under' percentage to diff-quality
|
||||
paver run_quality -p 100
|
||||
|
||||
Reference in New Issue
Block a user