mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-02-18 17:13:55 +01: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
|
# 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
|
||||||
|
if [[ -d ".luacov-html" ]]; then rm -r ".luacov-html"; fi
|
||||||
|
|
||||||
set +e;
|
set +e;
|
||||||
"${busted_path}" --coverage --no-auto-insulate --pattern ".test.lua" .tests;
|
"${busted_path}" --coverage --no-auto-insulate --pattern ".test.lua" .tests;
|
||||||
|
Reference in New Issue
Block a user