Skip to content

Commit d837c4a

Browse files
committed
debug log in ci
1 parent 1d46629 commit d837c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_server_integration.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ T["server"]["start"] = function()
4646
return _G.server and _G.server:is_running()
4747
end, 100)
4848
]])
49+
eq(child.lua_get("_G.log"), true)
4950
eq(child.lua_get("_G.server_started"), true)
5051
sleep(1000)
5152
eq(child.lua_get("_G.server.initialized"), true)

0 commit comments

Comments
 (0)