suppress stdout during lua test run

This commit is contained in:
Elvin Efendi 2018-08-16 14:12:33 -04:00
parent 589069d566
commit 7a3c8f2536

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 })