aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test
diff options
context:
space:
mode:
authorSiri Hansen <[email protected]>2019-04-11 10:58:37 +0200
committerGitHub <[email protected]>2019-04-11 10:58:37 +0200
commit091bbcde29f0a7ecf4c70b4f3a5249ed3d09df8a (patch)
tree032eeebd0d243d18180703b2fbaf9186eb99dc24 /lib/common_test
parent3e0e8d3a77a97674e1c62e61d568d86563f6ec19 (diff)
parentca3abc5167ab2ce4740c19831a7709dddd31dff3 (diff)
downloadotp-091bbcde29f0a7ecf4c70b4f3a5249ed3d09df8a.tar.gz
otp-091bbcde29f0a7ecf4c70b4f3a5249ed3d09df8a.tar.bz2
otp-091bbcde29f0a7ecf4c70b4f3a5249ed3d09df8a.zip
Merge pull request #2195 from mhssler/ct-fix-log-opts-example
common_test: Fix typo in log options example
Diffstat (limited to 'lib/common_test')
-rw-r--r--lib/common_test/doc/src/run_test_chapter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/run_test_chapter.xml b/lib/common_test/doc/src/run_test_chapter.xml
index 56f6f7bcc4..2695e597cf 100644
--- a/lib/common_test/doc/src/run_test_chapter.xml
+++ b/lib/common_test/doc/src/run_test_chapter.xml
@@ -1297,7 +1297,7 @@
</taglist>
<p>For example, if a test is started with:</p>
- <p><c>$ ct_run -suite my_SUITE -logopts no_src</c></p>
+ <p><c>$ ct_run -suite my_SUITE -logopts no_nl</c></p>
<p>then printouts during the test made by successive calls to <c>io:format("x")</c>,
appears in the test case log as:</p>
<p><c>xxx</c></p>