File 0425-crypto-Fail-tests-if-crypto-cannot-start.patch of Package erlang

From 4d3e88383f8705f34fe30abf85060ea1b91ac0e0 Mon Sep 17 00:00:00 2001
From: Hans Nilsson <hans@erlang.org>
Date: Tue, 14 Aug 2018 09:58:18 +0200
Subject: [PATCH] crypto: Fail tests if crypto cannot start

---
 lib/crypto/test/crypto_SUITE.erl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/crypto/test/crypto_SUITE.erl b/lib/crypto/test/crypto_SUITE.erl
index aa2278dbdd..d32eadab30 100644
--- a/lib/crypto/test/crypto_SUITE.erl
+++ b/lib/crypto/test/crypto_SUITE.erl
@@ -207,7 +207,7 @@ init_per_suite(Config) ->
 		    Config
 	    end
     catch _:_ ->
-	    {skip, "Crypto did not start"}
+	    {fail, "Crypto did not start"}
     end.
 
 end_per_suite(_Config) ->
-- 
2.16.4

openSUSE Build Service is sponsored by