aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct.erl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2016-03-10 13:01:35 +0100
committerPeter Andersson <[email protected]>2016-03-10 13:01:35 +0100
commite1f935eedd9cfb8572c43f9d180b913fbf6af7b6 (patch)
treea98dcb647cc4f928c1984dc5ba3e9e2dd2a7cdac /lib/common_test/src/ct.erl
parent64619e6b2a5ddf9fa4d1c06a61b551c34a2b065c (diff)
parent52cee865fd9e5b4a1371c82075375a92b8f03fbe (diff)
downloadotp-e1f935eedd9cfb8572c43f9d180b913fbf6af7b6.tar.gz
otp-e1f935eedd9cfb8572c43f9d180b913fbf6af7b6.tar.bz2
otp-e1f935eedd9cfb8572c43f9d180b913fbf6af7b6.zip
Merge branch 'peppe/common_test/misc_18.3_bugfixes' into maint
* peppe/common_test/misc_18.3_bugfixes: Fix minor issues with escaping characters OTP-13003
Diffstat (limited to 'lib/common_test/src/ct.erl')
-rw-r--r--lib/common_test/src/ct.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/src/ct.erl b/lib/common_test/src/ct.erl
index 1c1b46c2af..538be514d6 100644
--- a/lib/common_test/src/ct.erl
+++ b/lib/common_test/src/ct.erl
@@ -591,7 +591,7 @@ log(X1,X2,X3,X4) ->
%%% Format = string()
%%% Args = list()
%%% Opts = [Opt]
-%%% Opt = esc_chars
+%%% Opt = esc_chars | no_css
%%%
%%% @doc Printout from a test case to the log file.
%%%