Worked on tests.

This commit is contained in:
Joachim Metz
2016-04-20 21:03:55 +02:00
parent 77a4684e42
commit 1b8852aa58
3 changed files with 56 additions and 26 deletions
-9
View File
@@ -62,15 +62,6 @@ then
exit ${EXIT_IGNORE};
fi
PYTHON=`which python${PYTHON_VERSION} 2> /dev/null`;
if ! test -x ${PYTHON};
then
echo "Missing executable: ${PYTHON}";
exit ${EXIT_FAILURE};
fi
TEST_RUNNER="tests/test_runner.sh";
if ! test -f "${TEST_RUNNER}";