Fix call of test.py

close #1403
This commit is contained in:
Oleg Plakhotniuk 2014-06-18 15:00:50 +02:00 committed by Florent
commit a2bbd19a75

View file

@ -73,7 +73,7 @@ ${PYTHON} "${WEBOOB_DIR}/scripts/weboob-config" update
# allow failing commands past this point
set +e
if [ -n "${BACKEND}" ]; then
${PYTHON} ${NOSE} -c /dev/null -sv "${WEBOOB_DIR}/modules/${BACKEND}" ${XUNIT_ARGS}
${PYTHON} ${NOSE} -c /dev/null -sv "${WEBOOB_DIR}/modules/${BACKEND}/test.py" ${XUNIT_ARGS}
STATUS_CORE=0
else
echo "=== Weboob ==="