diff --git a/rootfs/etc/nginx/lua/test/run.lua b/rootfs/etc/nginx/lua/test/run.lua index 2c381dfd6..56cbb546d 100644 --- a/rootfs/etc/nginx/lua/test/run.lua +++ b/rootfs/etc/nginx/lua/test/run.lua @@ -29,4 +29,7 @@ ngx.socket.tcp = function(...) return socket end +ngx.log = function(...) end +ngx.print = function(...) end + require "busted.runner"({ standalone = false })