From b6fff5cb5a50448fd4b46d16d4fcca5347975516 Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Sat, 13 Feb 2021 12:15:00 +0100 Subject: [PATCH] run tests where we can clean up after them --- s/runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/s/runtests b/s/runtests index 2c8049098..5fd1a9b02 100755 --- a/s/runtests +++ b/s/runtests @@ -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