tests: Use the guessed nosetests for the core tests too
This commit is contained in:
parent
73443ebe31
commit
e7c8e8c772
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ if [ -n "${BACKEND}" ]; then
|
||||||
STATUS_CORE=0
|
STATUS_CORE=0
|
||||||
else
|
else
|
||||||
echo "=== Weboob ==="
|
echo "=== Weboob ==="
|
||||||
nosetests -c ${WEBOOB_DIR}/setup.cfg -sv
|
${PYTHON} ${NOSE} -c ${WEBOOB_DIR}/setup.cfg -sv
|
||||||
STATUS_CORE=$?
|
STATUS_CORE=$?
|
||||||
echo "=== Modules ==="
|
echo "=== Modules ==="
|
||||||
find "${WEBOOB_DIR}/modules" -name "test.py" | sort | xargs ${PYTHON} ${NOSE} -c /dev/null -sv ${XUNIT_ARGS}
|
find "${WEBOOB_DIR}/modules" -name "test.py" | sort | xargs ${PYTHON} ${NOSE} -c /dev/null -sv ${XUNIT_ARGS}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue