suppress stdout during lua test run
This commit is contained in:
parent
589069d566
commit
7a3c8f2536
1 changed files with 3 additions and 0 deletions
|
@ -29,4 +29,7 @@ ngx.socket.tcp = function(...)
|
|||
return socket
|
||||
end
|
||||
|
||||
ngx.log = function(...) end
|
||||
ngx.print = function(...) end
|
||||
|
||||
require "busted.runner"({ standalone = false })
|
||||
|
|
Loading…
Reference in a new issue