mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-01-06 04:27:37 +01:00
fixed test dir path
This commit is contained in:
parent
2354e51ba6
commit
98b3e9d391
@ -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 New Issue
Block a user