aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_telnet.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2014-04-02 16:42:11 +0200
committerPeter Andersson <[email protected]>2014-04-02 17:22:14 +0200
commit3fab0d4b7c7fc39cc5b92dd7f19743780ccd20b5 (patch)
tree42fcf26568697bf38a59da9a6508153220f88c7e /lib/common_test/src/ct_telnet.erl
parent6a5c264882058cf0786aba4418079b8552eea1cb (diff)
downloadotp-3fab0d4b7c7fc39cc5b92dd7f19743780ccd20b5.tar.gz
otp-3fab0d4b7c7fc39cc5b92dd7f19743780ccd20b5.tar.bz2
otp-3fab0d4b7c7fc39cc5b92dd7f19743780ccd20b5.zip
Document the abort_if_missing_suites functionality
OTP-11769
Diffstat (limited to 'lib/common_test/src/ct_telnet.erl')
-rw-r--r--lib/common_test/src/ct_telnet.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/src/ct_telnet.erl b/lib/common_test/src/ct_telnet.erl
index 596756348b..c9dc2338cd 100644
--- a/lib/common_test/src/ct_telnet.erl
+++ b/lib/common_test/src/ct_telnet.erl
@@ -64,7 +64,7 @@
%% `conn_mod()' is the name of the common_test module implementing
%% the connection protocol, i.e. `ct_telnet'.
%%
-%% The `cth_conn_log' hook provides unformatted logging of telnet data to
+%% The `cth_conn_log' hook performs unformatted logging of telnet data to
%% a separate text file. All telnet communication is captured and printed,
%% including arbitrary data sent from the server. The link to this text file
%% can be found on the top of the test case HTML log.
@@ -106,7 +106,7 @@
%%'''
%%
%% As previously explained, the above specification could also be provided
-%% with the following entry in a configuration file:
+%% by means of an entry like this in a configuration file:
%%
%% ```
%% {ct_conn_log, [{ct_telnet,[{hosts,[server1,server2]}]}]}.