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/ws_SUITE.erl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/ws_SUITE.erl') diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl index 77a7c76..8f4091c 100644 --- a/test/ws_SUITE.erl +++ b/test/ws_SUITE.erl @@ -27,12 +27,8 @@ groups() -> [{autobahn, [], [autobahn_fuzzingclient]}, {ws, [parallel], BaseTests}]. init_per_suite(Config) -> - cowboy_test:start([cowboy]), Config. -end_per_suite(_Config) -> - cowboy_test:stop([cowboy]). - init_per_group(autobahn, Config) -> %% Some systems have it named pip2. Out = os:cmd("pip show autobahntestsuite ; pip2 show autobahntestsuite"), -- cgit v1.2.3