From a2bbd19a75bcb8b8e70591f4ac8158e10babb5b0 Mon Sep 17 00:00:00 2001 From: Oleg Plakhotniuk Date: Wed, 18 Jun 2014 15:00:50 +0200 Subject: [PATCH] Fix call of test.py close #1403 --- 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 0f744e1b..331070c8 100755 --- a/tools/run_tests.sh +++ b/tools/run_tests.sh @@ -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 ==="