tests: really fix the script this time

This commit is contained in:
Starbeamrainbowlabs 2023-08-15 03:07:16 +01:00
parent 7f9b51c7e0
commit 54ef125409
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 0 deletions

View File

@ -103,6 +103,7 @@ run_test() {
# Delete any pre-existing coverage info from any prev runs
if [[ -d "luacov-html" ]]; then rm -r "luacov-html"; fi
if [[ -d ".luacov-html" ]]; then rm -r ".luacov-html"; fi
set +e;
"${busted_path}" --coverage --no-auto-insulate --pattern ".test.lua" .tests;