From 07f133a26d88a015ba6957fdacde0ddd0f59704d Mon Sep 17 00:00:00 2001 From: Fredrik Gustafsson Date: Tue, 30 Apr 2013 09:37:23 +0200 Subject: common_test: Added documentation for wait_for_linebreak option --- lib/common_test/src/ct_telnet.erl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'lib/common_test') diff --git a/lib/common_test/src/ct_telnet.erl b/lib/common_test/src/ct_telnet.erl index beb3c1d649..93f76cf298 100644 --- a/lib/common_test/src/ct_telnet.erl +++ b/lib/common_test/src/ct_telnet.erl @@ -37,7 +37,8 @@ %%% {command_timeout,Millisec}, %%% {reconnection_attempts,N}, %%% {reconnection_interval,Millisec}, -%%% {keep_alive,Bool}]}. +%%% {keep_alive,Bool}, +%% {wait_for_linebreak, Bool}]}. %%%

Millisec = integer(), N = integer()

%%%

Enter the telnet_settings term in a configuration %%% file included in the test and ct_telnet will retrieve the information -- cgit v1.2.3