mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Start applications directly from the ct hook
This commit is contained in:
parent
75218c4be0
commit
b377eb9805
6 changed files with 4 additions and 19 deletions
|
@ -17,6 +17,7 @@
|
|||
-export([init/2]).
|
||||
|
||||
init(_, _) ->
|
||||
cowboy_test:start([cowboy, gun]),
|
||||
error_logger:tty(false),
|
||||
error_logger:add_report_handler(cowboy_error_h),
|
||||
{ok, undefined}.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue