diff options
author | Peter Andersson <[email protected]> | 2012-07-06 17:53:15 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-07-06 17:53:15 +0200 |
commit | b6ba818603c8a6f0191fa43aa419f44d41a71436 (patch) | |
tree | 3a0ad64cc1c7533bcdaa1649f2aa8088f58c147b /lib/common_test/src/ct_util.erl | |
parent | c075ac6484e3d5a93a0d870ab4483d39ae26eaec (diff) | |
download | otp-b6ba818603c8a6f0191fa43aa419f44d41a71436.tar.gz otp-b6ba818603c8a6f0191fa43aa419f44d41a71436.tar.bz2 otp-b6ba818603c8a6f0191fa43aa419f44d41a71436.zip |
Implement silent_connection for ssh
Diffstat (limited to 'lib/common_test/src/ct_util.erl')
-rw-r--r-- | lib/common_test/src/ct_util.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_util.erl b/lib/common_test/src/ct_util.erl index 9d6ee3c8b9..541921df58 100644 --- a/lib/common_test/src/ct_util.erl +++ b/lib/common_test/src/ct_util.erl @@ -508,7 +508,7 @@ close_connections() -> %%% %%% @doc override_silence_all_connections() -> - Protocols = [telnet,ftp,rpc,snmp], + Protocols = [telnet,ftp,rpc,snmp,ssh], override_silence_connections(Protocols), Protocols. |