aboutsummaryrefslogtreecommitdiff
path: root/tests/tests.lua
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tests.lua')
-rw-r--r--tests/tests.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/tests.lua b/tests/tests.lua
index b4110d4..6dae570 100644
--- a/tests/tests.lua
+++ b/tests/tests.lua
@@ -1,4 +1,5 @@
llby = require("lullaby")
+PORT = 5552
local failed = {}
local total = 0
@@ -19,6 +20,7 @@ end
local handle = assert(io.popen("find tests/units/".. search .." -type f"))
for file in handle:lines() do
+ print(_G._locals)
total = total + 1
local f = loadfile(file)()