mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
tests: really fix the script this time
This commit is contained in:
parent
7f9b51c7e0
commit
54ef125409
1 changed files with 1 additions and 0 deletions
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;
|
||||||
|
|
Loading…
Reference in a new issue