mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-04-09 10:11:29 +02:00
tests: really fix the script this time
This commit is contained in:
1
tests.sh
1
tests.sh
@ -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;
|
||||
|
Reference in New Issue
Block a user