diff options
author | Gustav Simonsson <[email protected]> | 2012-03-30 11:11:15 +0200 |
---|---|---|
committer | Gustav Simonsson <[email protected]> | 2012-03-30 11:11:15 +0200 |
commit | e3c020b46c5d0376673814591c7ced1bb0a81d62 (patch) | |
tree | 7cfbf64da05f4455a67f28168d5389ce701f489e /lib | |
parent | 91df0e3aabb000022acd9aeb52c3c1756fb43291 (diff) | |
parent | 4df37ce3fc5064f2c2ad20b23f045fa4c62f0f48 (diff) | |
download | otp-e3c020b46c5d0376673814591c7ced1bb0a81d62.tar.gz otp-e3c020b46c5d0376673814591c7ced1bb0a81d62.tar.bz2 otp-e3c020b46c5d0376673814591c7ced1bb0a81d62.zip |
Merge branch 'maint'
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/doc/src/getting_started_chapter.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/common_test/doc/src/getting_started_chapter.xml b/lib/common_test/doc/src/getting_started_chapter.xml index 05e21241cb..7919edd183 100644 --- a/lib/common_test/doc/src/getting_started_chapter.xml +++ b/lib/common_test/doc/src/getting_started_chapter.xml @@ -90,7 +90,7 @@ <p>As you can understand from the illustration above, Common Test requires that a test case generates a runtime error to indicate failure (e.g. by causing a bad match error or by calling <c>exit/1</c>, preferrably - through the <c>ct:fail/1/2</c> help function). A succesful execution is + through the <c>ct:fail/1,2</c> help function). A succesful execution is indicated by means of a normal return from the test case function. </p> </section> @@ -198,7 +198,7 @@ <pre> 1> ct:run_test([{suite, "check_log_SUITE"}]).</pre> <p> - The result from running our test is printed in log files on HTML format + The result from running our test is printed in log files in HTML format (stored in unique log directories on different level). This illustration shows the log file structure: </p> |