suppress stdout during lua test run

This commit is contained in:
Elvin Efendi 2018-08-16 14:12:33 -04:00
parent 2945a8e89a
commit 29f43ea6d0

View file

@ -29,4 +29,7 @@ ngx.socket.tcp = function(...)
return socket
end
ngx.log = function(...) end
ngx.print = function(...) end
require "busted.runner"({ standalone = false })