summaryrefslogtreecommitdiff
path: root/server/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/test.lua')
-rw-r--r--server/test.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/test.lua b/server/test.lua
index b1945a0e..8a1a9596 100644
--- a/server/test.lua
+++ b/server/test.lua
@@ -12,6 +12,7 @@ package.path = rootPath .. 'test/?.lua'
local fs = require 'bee.filesystem'
ROOT = fs.absolute(fs.path(rootPath):parent_path())
+print('ROOT =', ROOT)
LANG = 'en-US'
log = require 'log'