mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2025-04-11 08:31:51 +00:00
Fixed references from test/all-tests.sh and changed final message
This commit is contained in:
parent
aa1ca143d6
commit
f2ff9471d9
@ -26,7 +26,7 @@ passed=0
|
|||||||
#echo PLAN ${#all_tests}
|
#echo PLAN ${#all_tests}
|
||||||
for test in $(find ./*-test.sh | sort -u) ;
|
for test in $(find ./*-test.sh | sort -u) ;
|
||||||
do
|
do
|
||||||
[ "${test}" = "test/all-tests.sh" ] && continue
|
[ "${test}" = "dev/all-tests.sh" ] && continue
|
||||||
[ ! -x "${test}" ] && continue
|
[ ! -x "${test}" ] && continue
|
||||||
tests=$((tests+1))
|
tests=$((tests+1))
|
||||||
echo "TEST: ${test}"
|
echo "TEST: ${test}"
|
||||||
@ -56,6 +56,6 @@ fi
|
|||||||
echo -e "${passed} / ${tests}\\n"
|
echo -e "${passed} / ${tests}\\n"
|
||||||
[ -d "${TESTENV}" ] && echo "Logfiles from run are in ${TESTENV}"
|
[ -d "${TESTENV}" ] && echo "Logfiles from run are in ${TESTENV}"
|
||||||
|
|
||||||
ls -ld /tmp/bashbot.test* 2>/dev/null && echo "Don not forget to deleted bashbot test files in /tmp!!"
|
ls -ld /tmp/bashbot.test* 2>/dev/null && echo "Do not forget to delete bashbot test files in /tmp!!"
|
||||||
|
|
||||||
exit ${exitcode}
|
exit ${exitcode}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user