diff options
author | Martin Hässler <[email protected]> | 2019-03-29 07:43:34 +0100 |
---|---|---|
committer | Martin Hässler <[email protected]> | 2019-03-29 07:46:53 +0100 |
commit | ca3abc5167ab2ce4740c19831a7709dddd31dff3 (patch) | |
tree | b938837490def581640a313241f260afd38b26d4 /lib/common_test/doc/src | |
parent | 5cf819d51eec27365692d2783259129dce0395d7 (diff) | |
download | otp-ca3abc5167ab2ce4740c19831a7709dddd31dff3.tar.gz otp-ca3abc5167ab2ce4740c19831a7709dddd31dff3.tar.bz2 otp-ca3abc5167ab2ce4740c19831a7709dddd31dff3.zip |
common_test: Fix typo in log options example
Diffstat (limited to 'lib/common_test/doc/src')
-rw-r--r-- | lib/common_test/doc/src/run_test_chapter.xml | 2 |
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> |