diff options
author | Loïc Hoguin <[email protected]> | 2014-04-22 20:52:08 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2014-04-22 20:52:08 +0200 |
commit | b377eb9805de1fc3de0e1d0f1a448505409e9644 (patch) | |
tree | 3c338c45247a8e2ff35099dbec0cae2be09861e2 /test/ws_SUITE.erl | |
parent | 75218c4be0e9a2b55c871499668ceba56f7e4aa9 (diff) | |
download | cowboy-b377eb9805de1fc3de0e1d0f1a448505409e9644.tar.gz cowboy-b377eb9805de1fc3de0e1d0f1a448505409e9644.tar.bz2 cowboy-b377eb9805de1fc3de0e1d0f1a448505409e9644.zip |
Start applications directly from the ct hook
Diffstat (limited to 'test/ws_SUITE.erl')
-rw-r--r-- | test/ws_SUITE.erl | 4 |
1 files changed, 0 insertions, 4 deletions
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"), |