aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/doc/src
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2013-12-04 14:54:13 +0100
committerPeter Andersson <[email protected]>2013-12-04 20:19:51 +0100
commit6d33fa3b604e85be1b175df188dde1de0b6aef7c (patch)
treedaaecceebc12244d4178ca4fd247951defef8773 /lib/common_test/doc/src
parent9f8c70f2592b022d0b2b5dd682e500ff60d2ba0c (diff)
downloadotp-6d33fa3b604e85be1b175df188dde1de0b6aef7c.tar.gz
otp-6d33fa3b604e85be1b175df188dde1de0b6aef7c.tar.bz2
otp-6d33fa3b604e85be1b175df188dde1de0b6aef7c.zip
Update event handling documentation
Diffstat (limited to 'lib/common_test/doc/src')
-rw-r--r--lib/common_test/doc/src/event_handler_chapter.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/doc/src/event_handler_chapter.xml b/lib/common_test/doc/src/event_handler_chapter.xml
index 3076d5f8ba..a231653558 100644
--- a/lib/common_test/doc/src/event_handler_chapter.xml
+++ b/lib/common_test/doc/src/event_handler_chapter.xml
@@ -193,7 +193,8 @@
<p><c>GroupName = unknown | atom()</c>, name of the group
(unknown if init- or end function times out).</p>
<p><c>GroupProperties = list()</c>, list of execution properties for the group.</p>
- <p><c>Result = ok | {skipped,SkipReason} | {failed,FailReason}</c>, the result.</p>
+ <p><c>Result = ok | {auto_skipped,SkipReason} | {skipped,SkipReason} | {failed,FailReason}</c>,
+ the result.</p>
<marker id="skipreason"/>
<p><c>SkipReason = {require_failed,RequireInfo} |
{require_failed_in_suite0,RequireInfo} |