From ca3abc5167ab2ce4740c19831a7709dddd31dff3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20H=C3=A4ssler?= Date: Fri, 29 Mar 2019 07:43:34 +0100 Subject: common_test: Fix typo in log options example --- lib/common_test/doc/src/run_test_chapter.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/common_test') 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 @@

For example, if a test is started with:

-

$ ct_run -suite my_SUITE -logopts no_src

+

$ ct_run -suite my_SUITE -logopts no_nl

then printouts during the test made by successive calls to io:format("x"), appears in the test case log as:

xxx

-- cgit v1.2.3