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/cowboy_test.erl | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/cowboy_test.erl') 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) -> -- cgit v1.2.3