diff options
| author | Siri Hansen <[email protected]> | 2019-04-11 10:58:37 +0200 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2019-04-11 10:58:37 +0200 | 
| commit | 091bbcde29f0a7ecf4c70b4f3a5249ed3d09df8a (patch) | |
| tree | 032eeebd0d243d18180703b2fbaf9186eb99dc24 /lib/common_test/doc/src | |
| parent | 3e0e8d3a77a97674e1c62e61d568d86563f6ec19 (diff) | |
| parent | ca3abc5167ab2ce4740c19831a7709dddd31dff3 (diff) | |
| download | otp-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/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> | 
