mirror of
https://github.com/octoleo/telegram-bot-bash.git
synced 2024-12-27 04:32:49 +00:00
cleanup test dir
This commit is contained in:
parent
d13e95ada9
commit
cb8ae24756
@ -5,7 +5,7 @@
|
|||||||
#
|
#
|
||||||
# Description: run all tests, exit after failed test
|
# Description: run all tests, exit after failed test
|
||||||
#
|
#
|
||||||
#### $$VERSION$$ v1.21-dev-45-gddb2785
|
#### $$VERSION$$ v1.21-dev-46-gd13e95a
|
||||||
#############################################################
|
#############################################################
|
||||||
|
|
||||||
# magic to ensure that we're always inside the root of our application,
|
# magic to ensure that we're always inside the root of our application,
|
||||||
@ -67,8 +67,8 @@ if [ "$fail" -eq 0 ]; then
|
|||||||
else
|
else
|
||||||
/bin/echo -n 'FAILURE '
|
/bin/echo -n 'FAILURE '
|
||||||
exitcode=1
|
exitcode=1
|
||||||
#rm -rf "${TESTENV}/test"
|
rm -rf "${TESTENV}/test"
|
||||||
#find "${TESTENV}/"* ! -name '[a-z]-*' -delete
|
find "${TESTENV}/"* ! -name '[a-z]-*' -delete
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#########################
|
#########################
|
||||||
|
Loading…
Reference in New Issue
Block a user