From 7b86db29d7100c59a4542ee5534f3106f60c84ca Mon Sep 17 00:00:00 2001 From: Enno Rehling Date: Mon, 30 Dec 2013 09:29:18 +0100 Subject: [PATCH] Fixing some last holdouts from the eressea->core rename. --- scripts/e3a/modules.lua | 4 ++-- scripts/eressea/modules.lua | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/e3a/modules.lua b/scripts/e3a/modules.lua index 178527e74..10e70fdae 100644 --- a/scripts/e3a/modules.lua +++ b/scripts/e3a/modules.lua @@ -5,8 +5,8 @@ require "e3a.markets" local srcpath = config.source_dir tests = { - srcpath .. '/eressea/scripts/tests/common.lua', - srcpath .. '/eressea/scripts/tests/spells.lua', + srcpath .. '/core/scripts/tests/common.lua', + srcpath .. '/core/scripts/tests/spells.lua', -- srcpath .. '/eressea/scripts/tests/bson.lua', -- srcpath .. '/eressea/scripts/tests/attrib.lua', srcpath .. '/scripts/tests/spells.lua', diff --git a/scripts/eressea/modules.lua b/scripts/eressea/modules.lua index 1e27c889b..9167542d0 100644 --- a/scripts/eressea/modules.lua +++ b/scripts/eressea/modules.lua @@ -16,8 +16,8 @@ require "eressea.ents" local srcpath = config.source_dir tests = { - srcpath .. '/eressea/scripts/tests/common.lua', - srcpath .. '/eressea/scripts/tests/spells.lua', + srcpath .. '/core/scripts/tests/common.lua', + srcpath .. '/core/scripts/tests/spells.lua', -- srcpath .. '/eressea/scripts/tests/bson.lua', srcpath .. '/scripts/tests/spells.lua', srcpath .. '/scripts/tests/spells-e2.lua',