From bfc8ce03235b01fdc563a2bee0cece01342e84cc Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 20 2017 15:48:10 +0000 Subject: Adjust the run_ci_tests to use the expected config file --- diff --git a/run_ci_tests.sh b/run_ci_tests.sh index cfb7cc3..b8c68b0 100755 --- a/run_ci_tests.sh +++ b/run_ci_tests.sh @@ -47,7 +47,9 @@ hash -r python setup.py build -PYTHONPATH=pagure ./nosetests -v --with-xcoverage --cover-erase --cover-package=pagure +PAGURE_CONFIG=`pwd`/tests/test_config \ +PYTHONPATH=pagure \ +./nosetests -v --with-xcoverage --cover-erase --cover-package=pagure if [ "$?" = "0" ]; then