From 95d33a035c1ca2c6f68783e5fc830dac253b5bf1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 21 2017 10:31:24 +0000 Subject: Set +e after running the tests This in order to avoid failing the tests if pylint or pep8 failed --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index e4e0f8c..8579c76 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -53,6 +53,7 @@ PYTHONPATH=pagure \ ./nosetests -v --with-xcoverage --cover-erase --cover-package=pagure if [ "$?" = "0" ]; then + set +e PYTHONPATH=pagure pylint -f parseable pagure | tee pylint.out pep8 pagure/*.py pagure/*/*.py | tee pep8.out