diff options
author | Peter Andersson <[email protected]> | 2016-03-10 13:01:35 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2016-03-10 13:01:35 +0100 |
commit | e1f935eedd9cfb8572c43f9d180b913fbf6af7b6 (patch) | |
tree | a98dcb647cc4f928c1984dc5ba3e9e2dd2a7cdac /lib/common_test/src/ct.erl | |
parent | 64619e6b2a5ddf9fa4d1c06a61b551c34a2b065c (diff) | |
parent | 52cee865fd9e5b4a1371c82075375a92b8f03fbe (diff) | |
download | otp-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.erl | 2 |
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. %%% |