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
|
||||
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}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue