run tests where we can clean up after them

This commit is contained in:
Enno Rehling 2021-02-13 12:15:00 +01:00
parent ba3b9ae6d3
commit b6fff5cb5a
1 changed files with 1 additions and 1 deletions

View File

@ -21,8 +21,8 @@ if [ ! -e $ROOT/$BUILD ]; then
exit
fi
$UNIT_TESTS
cd $ROOT/tests
$UNIT_TESTS
$RUN_TESTS -v1 ../scripts/run-tests.lua
$RUN_TESTS -v1 ../scripts/run-tests-e2.lua
$RUN_TESTS -v1 ../scripts/run-tests-e3.lua