mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-03-11 02:52:29 +01:00
tests.sh: fix warning
This commit is contained in:
2
tests.sh
2
tests.sh
@ -96,6 +96,8 @@ run_test() {
|
||||
else
|
||||
"${busted_path}" --coverage --no-auto-insulate --pattern ".test.lua" .tests;
|
||||
|
||||
# Delete any pre-existing coverage info from any prev runs
|
||||
if [[ -d "luacov-html" ]]; then rm -r "luacov-html"; fi
|
||||
|
||||
# If it doesn't begin with a dot, then Minetest *will* complain
|
||||
if [[ -d "luacov-html" ]]; then
|
||||
|
Reference in New Issue
Block a user