From 7deef4433576e40a1cd337d2e62a7446eae4caa7 Mon Sep 17 00:00:00 2001 From: Hans Nilsson Date: Tue, 26 Feb 2019 10:48:58 +0100 Subject: crypto: Fail if FIPS mode is present but can't be enabled --- lib/crypto/test/crypto_SUITE.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/crypto/test/crypto_SUITE.erl b/lib/crypto/test/crypto_SUITE.erl index 781cf08d87..cda96ef693 100644 --- a/lib/crypto/test/crypto_SUITE.erl +++ b/lib/crypto/test/crypto_SUITE.erl @@ -261,7 +261,7 @@ init_per_group(fips, Config) -> enabled = crypto:info_fips(), FIPSConfig; false -> - {skip, "Failed to enable FIPS mode"} + {fail, "Failed to enable FIPS mode"} end; not_supported -> {skip, "FIPS mode not supported"} -- cgit v1.2.3