aboutsummaryrefslogtreecommitdiffstats
path: root/lib/crypto/test/crypto_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2018-08-14 09:58:18 +0200
committerHans Nilsson <[email protected]>2018-08-15 12:48:33 +0200
commit4d3e88383f8705f34fe30abf85060ea1b91ac0e0 (patch)
treed6a25240a50f1d3425c5f0986067f50dec2f87b3 /lib/crypto/test/crypto_SUITE.erl
parentdacfafd97ed955b9c567f0efbc8553286360b0d2 (diff)
downloadotp-4d3e88383f8705f34fe30abf85060ea1b91ac0e0.tar.gz
otp-4d3e88383f8705f34fe30abf85060ea1b91ac0e0.tar.bz2
otp-4d3e88383f8705f34fe30abf85060ea1b91ac0e0.zip
crypto: Fail tests if crypto cannot start
Diffstat (limited to 'lib/crypto/test/crypto_SUITE.erl')
-rw-r--r--lib/crypto/test/crypto_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
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) ->