cleanup test dir

This commit is contained in:
Kay Marquardt (Gnadelwartz) 2020-12-31 22:56:58 +01:00
parent d13e95ada9
commit cb8ae24756

View File

@ -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
######################### #########################