tests: Use the guessed nosetests for the core tests too

This commit is contained in:
Laurent Bachelier 2012-11-11 05:20:30 +01:00
commit e7c8e8c772

View file

@ -75,7 +75,7 @@ if [ -n "${BACKEND}" ]; then
STATUS_CORE=0
else
echo "=== Weboob ==="
nosetests -c ${WEBOOB_DIR}/setup.cfg -sv
${PYTHON} ${NOSE} -c ${WEBOOB_DIR}/setup.cfg -sv
STATUS_CORE=$?
echo "=== Modules ==="
find "${WEBOOB_DIR}/modules" -name "test.py" | sort | xargs ${PYTHON} ${NOSE} -c /dev/null -sv ${XUNIT_ARGS}