diff options
author | Hans Nilsson <[email protected]> | 2018-08-16 16:15:14 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2018-08-16 16:15:14 +0200 |
commit | 0fac9bf23a138a41d29535ff027bd258b9575d27 (patch) | |
tree | c739405256308deba2441a185c0416c8c2f67286 /lib | |
parent | 8d8a7f15e5d61a51756be04883beafa3f62b5826 (diff) | |
parent | 4d3e88383f8705f34fe30abf85060ea1b91ac0e0 (diff) | |
download | otp-0fac9bf23a138a41d29535ff027bd258b9575d27.tar.gz otp-0fac9bf23a138a41d29535ff027bd258b9575d27.tar.bz2 otp-0fac9bf23a138a41d29535ff027bd258b9575d27.zip |
Merge branch 'hans/crypto/cuddle_tests' into maint
* hans/crypto/cuddle_tests:
crypto: Fail tests if crypto cannot start
Diffstat (limited to 'lib')
-rw-r--r-- | lib/crypto/test/crypto_SUITE.erl | 2 |
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) -> |