From 7b5c2f573d7f5954828f5ef22418b8c42da09a70 Mon Sep 17 00:00:00 2001 From: Ingela Anderton Andin Date: Fri, 8 Jul 2016 15:01:56 +0200 Subject: ssl: Test and test suites shall be independent of each other Make sure ssl application has a fresh start, so that test do not fail due to that other tests did not clean up properly. --- lib/ssl/test/ssl_to_openssl_SUITE.erl | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/ssl/test/ssl_to_openssl_SUITE.erl') diff --git a/lib/ssl/test/ssl_to_openssl_SUITE.erl b/lib/ssl/test/ssl_to_openssl_SUITE.erl index b3109b5de9..b340b672f4 100644 --- a/lib/ssl/test/ssl_to_openssl_SUITE.erl +++ b/lib/ssl/test/ssl_to_openssl_SUITE.erl @@ -116,6 +116,7 @@ init_per_suite(Config0) -> catch crypto:stop(), try crypto:start() of ok -> + ssl:stop(), ssl:start(), {ok, _} = make_certs:all(proplists:get_value(data_dir, Config0), proplists:get_value(priv_dir, Config0)), -- cgit v1.2.3