diff options
author | Hans Nilsson <[email protected]> | 2016-10-27 15:21:07 +0200 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2016-10-27 15:25:22 +0200 |
commit | 520e2ab8eac8d91fd4fef56729f16614052a6655 (patch) | |
tree | d42aa15acee88e8d3315d05ad567e2d75a209105 | |
parent | 22a29422236f28adc24090dace03c0fd29311c9c (diff) | |
download | otp-520e2ab8eac8d91fd4fef56729f16614052a6655.tar.gz otp-520e2ab8eac8d91fd4fef56729f16614052a6655.tar.bz2 otp-520e2ab8eac8d91fd4fef56729f16614052a6655.zip |
ssh: trace all messages in ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1
-rw-r--r-- | lib/ssh/test/ssh_to_openssh_SUITE.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_to_openssh_SUITE.erl b/lib/ssh/test/ssh_to_openssh_SUITE.erl index 82288ca142..230b7d2191 100644 --- a/lib/ssh/test/ssh_to_openssh_SUITE.erl +++ b/lib/ssh/test/ssh_to_openssh_SUITE.erl @@ -397,6 +397,7 @@ erlang_server_openssh_client_renegotiate(Config) -> {public_key_alg, PubKeyAlg}, {failfun, fun ssh_test_lib:failfun/2}]), + ssh_dbg:messages(fun(String,_D) -> ct:log(String) end), ct:sleep(500), RenegLimitK = 3, |