diff options
author | Hans Nilsson <[email protected]> | 2017-11-23 10:37:42 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2017-11-23 10:37:42 +0100 |
commit | 8a2e432f92f621a8048ea8e92c2801f323c51280 (patch) | |
tree | 65f1e78bea3f01023febf4c57eba3adc4c9432e5 | |
parent | 3bf3ba8c31b13df4fdbd9a83ca3f8b31248a220c (diff) | |
parent | 680a743a26900e279f0f918a86c804076e75e562 (diff) | |
download | otp-8a2e432f92f621a8048ea8e92c2801f323c51280.tar.gz otp-8a2e432f92f621a8048ea8e92c2801f323c51280.tar.bz2 otp-8a2e432f92f621a8048ea8e92c2801f323c51280.zip |
Merge branch 'hans/ssh/cuddle_tests' into maint
* hans/ssh/cuddle_tests:
ssh: remove left-over msg traceing
-rw-r--r-- | lib/ssh/test/ssh_engine_SUITE.erl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ssh/test/ssh_engine_SUITE.erl b/lib/ssh/test/ssh_engine_SUITE.erl index 035446932b..daf93891e9 100644 --- a/lib/ssh/test/ssh_engine_SUITE.erl +++ b/lib/ssh/test/ssh_engine_SUITE.erl @@ -57,7 +57,6 @@ init_per_suite(Config) -> ?CHECK_CRYPTO( case load_engine() of {ok,E} -> - ssh_dbg:messages(fun ct:pal/2), [{engine,E}|Config]; {error, notsup} -> {skip, "Engine not supported on this OpenSSL version"}; |