forked from github/server
Fixing some last holdouts from the eressea->core rename.
This commit is contained in:
parent
30b3911637
commit
7b86db29d7
|
@ -5,8 +5,8 @@ require "e3a.markets"
|
||||||
|
|
||||||
local srcpath = config.source_dir
|
local srcpath = config.source_dir
|
||||||
tests = {
|
tests = {
|
||||||
srcpath .. '/eressea/scripts/tests/common.lua',
|
srcpath .. '/core/scripts/tests/common.lua',
|
||||||
srcpath .. '/eressea/scripts/tests/spells.lua',
|
srcpath .. '/core/scripts/tests/spells.lua',
|
||||||
-- srcpath .. '/eressea/scripts/tests/bson.lua',
|
-- srcpath .. '/eressea/scripts/tests/bson.lua',
|
||||||
-- srcpath .. '/eressea/scripts/tests/attrib.lua',
|
-- srcpath .. '/eressea/scripts/tests/attrib.lua',
|
||||||
srcpath .. '/scripts/tests/spells.lua',
|
srcpath .. '/scripts/tests/spells.lua',
|
||||||
|
|
|
@ -16,8 +16,8 @@ require "eressea.ents"
|
||||||
|
|
||||||
local srcpath = config.source_dir
|
local srcpath = config.source_dir
|
||||||
tests = {
|
tests = {
|
||||||
srcpath .. '/eressea/scripts/tests/common.lua',
|
srcpath .. '/core/scripts/tests/common.lua',
|
||||||
srcpath .. '/eressea/scripts/tests/spells.lua',
|
srcpath .. '/core/scripts/tests/spells.lua',
|
||||||
-- srcpath .. '/eressea/scripts/tests/bson.lua',
|
-- srcpath .. '/eressea/scripts/tests/bson.lua',
|
||||||
srcpath .. '/scripts/tests/spells.lua',
|
srcpath .. '/scripts/tests/spells.lua',
|
||||||
srcpath .. '/scripts/tests/spells-e2.lua',
|
srcpath .. '/scripts/tests/spells-e2.lua',
|
||||||
|
|
Loading…
Reference in New Issue