summaryrefslogtreecommitdiff
path: root/test.lua
diff options
context:
space:
mode:
Diffstat (limited to 'test.lua')
-rw-r--r--test.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/test.lua b/test.lua
index 61b5d766..f094c0c2 100644
--- a/test.lua
+++ b/test.lua
@@ -8,8 +8,8 @@ TEST = true
DEVELOP = true
--FOOTPRINT = true
--TRACE = true
-LOGPATH = LOGPATH or (ROOT .. '/log')
-METAPATH = METAPATH or (ROOT .. '/meta')
+LOGPATH = LOGPATH or (ROOT:string() .. '/log')
+METAPATH = METAPATH or (ROOT:string() .. '/meta')
collectgarbage 'generational'