From b6ba818603c8a6f0191fa43aa419f44d41a71436 Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Fri, 6 Jul 2012 17:53:15 +0200 Subject: Implement silent_connection for ssh --- lib/common_test/src/ct_util.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common_test/src/ct_util.erl') 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. -- cgit v1.2.3