diff options
author | Peter Andersson <[email protected]> | 2013-12-04 14:54:13 +0100 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2013-12-04 20:19:51 +0100 |
commit | 6d33fa3b604e85be1b175df188dde1de0b6aef7c (patch) | |
tree | daaecceebc12244d4178ca4fd247951defef8773 /lib | |
parent | 9f8c70f2592b022d0b2b5dd682e500ff60d2ba0c (diff) | |
download | otp-6d33fa3b604e85be1b175df188dde1de0b6aef7c.tar.gz otp-6d33fa3b604e85be1b175df188dde1de0b6aef7c.tar.bz2 otp-6d33fa3b604e85be1b175df188dde1de0b6aef7c.zip |
Update event handling documentation
Diffstat (limited to 'lib')
-rw-r--r-- | lib/common_test/doc/src/event_handler_chapter.xml | 3 |
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} | |