0
Fork 0
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:
Loïc Hoguin 2014-04-22 20:52:08 +02:00
parent 75218c4be0
commit b377eb9805
6 changed files with 4 additions and 19 deletions

View file

@ -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) ->