forked from github/server
fix lua tests for arda that were using wrong directories
This commit is contained in:
parent
aa16d796f2
commit
2f0790800d
|
@ -3,7 +3,7 @@ local respath = srcpath .. '/server/res'
|
||||||
local paths = {
|
local paths = {
|
||||||
'server/scripts/?.lua',
|
'server/scripts/?.lua',
|
||||||
'core/scripts/?.lua',
|
'core/scripts/?.lua',
|
||||||
-- 'external/lunit/?.lua'
|
'dependencies/lunit/?.lua'
|
||||||
}
|
}
|
||||||
|
|
||||||
for idx, path in pairs(paths) do
|
for idx, path in pairs(paths) do
|
||||||
|
|
|
@ -6,5 +6,5 @@ tests = {
|
||||||
srcpath .. '/core/scripts/tests/spells.lua',
|
srcpath .. '/core/scripts/tests/spells.lua',
|
||||||
srcpath .. '/core/scripts/tests/common.lua',
|
srcpath .. '/core/scripts/tests/common.lua',
|
||||||
srcpath .. '/core/scripts/tests/bson.lua',
|
srcpath .. '/core/scripts/tests/bson.lua',
|
||||||
srcpath .. '/arda/scripts/tests/rules.lua',
|
srcpath .. '/server/scripts/tests/rules.lua',
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue