mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-25 16:43:05 +00:00
fixed test dir path
This commit is contained in:
parent
2354e51ba6
commit
98b3e9d391
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ local wea_cmd = worldeditadditions_commands
|
|||
local test_dir = wea_cmd.modpath .. "/commands/test/"
|
||||
|
||||
-- Load tests with init function
|
||||
dofile(test_dir .. "tests/init.lua")(test_dir)
|
||||
dofile(test_dir .. "tests/init.lua")(test_dir .. "tests/")
|
||||
local tests = worldeditadditions.normalize_test.get_registered_tests()
|
||||
|
||||
-- Helper functions
|
||||
|
|
Loading…
Reference in a new issue