aboutsummaryrefslogtreecommitdiffstats
path: root/test/cowboy_test.erl
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-04-22 20:52:08 +0200
committerLoïc Hoguin <[email protected]>2014-04-22 20:52:08 +0200
commitb377eb9805de1fc3de0e1d0f1a448505409e9644 (patch)
tree3c338c45247a8e2ff35099dbec0cae2be09861e2 /test/cowboy_test.erl
parent75218c4be0e9a2b55c871499668ceba56f7e4aa9 (diff)
downloadcowboy-b377eb9805de1fc3de0e1d0f1a448505409e9644.tar.gz
cowboy-b377eb9805de1fc3de0e1d0f1a448505409e9644.tar.bz2
cowboy-b377eb9805de1fc3de0e1d0f1a448505409e9644.zip
Start applications directly from the ct hook
Diffstat (limited to 'test/cowboy_test.erl')
-rw-r--r--test/cowboy_test.erl4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cowboy_test.erl b/test/cowboy_test.erl
index 0dfd36f..786eab6 100644
--- a/test/cowboy_test.erl
+++ b/test/cowboy_test.erl
@@ -30,10 +30,6 @@ do_start(App) ->
do_start(App)
end.
-stop(Apps) ->
- _ = [application:stop(App) || App <- Apps],
- ok.
-
%% Quick configuration value retrieval.
config(Key, Config) ->