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:
parent
75218c4be0
commit
b377eb9805
6 changed files with 4 additions and 19 deletions
|
@ -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) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue