From b377eb9805de1fc3de0e1d0f1a448505409e9644 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 22 Apr 2014 20:52:08 +0200 Subject: Start applications directly from the ct hook --- test/cowboy_ct_hook.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'test/cowboy_ct_hook.erl') diff --git a/test/cowboy_ct_hook.erl b/test/cowboy_ct_hook.erl index 5eb0587..89f480d 100644 --- a/test/cowboy_ct_hook.erl +++ b/test/cowboy_ct_hook.erl @@ -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}. -- cgit v1.2.3