From e7c8e8c772a584f8dc9a0980f0aeae0f6083a79c Mon Sep 17 00:00:00 2001 From: Laurent Bachelier Date: Sun, 11 Nov 2012 05:20:30 +0100 Subject: [PATCH] tests: Use the guessed nosetests for the core tests too --- tools/run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests.sh b/tools/run_tests.sh index 09929c76..8f36b339 100755 --- a/tools/run_tests.sh +++ b/tools/run_tests.sh @@ -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}