diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-06-05 13:16:46 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-06-11 19:59:58 +0200 |
commit | 4308e69084c3455072a4e256c84bf3b2b013f31e (patch) | |
tree | 4d98adee84fee5c68282e3ab5d596b401903139a /selftest/README | |
parent | c278ee50eeb59f74b960036803e3288c8b329c72 (diff) | |
download | samba-4308e69084c3455072a4e256c84bf3b2b013f31e.tar.gz |
selftest: Fix subunit stream to include the right prefixes rather than
extending the subunit protocol.
Diffstat (limited to 'selftest/README')
-rw-r--r-- | selftest/README | 35 |
1 files changed, 30 insertions, 5 deletions
diff --git a/selftest/README b/selftest/README index 83a3e6fd491..a8c5101a61d 100644 --- a/selftest/README +++ b/selftest/README @@ -77,12 +77,37 @@ time: YYYY-MM-DD HH:mm:ssZ Announce the current time. This may be used to calculate the duration of various tests. -prefix -~~~~~~ -prefix: Prefix +The following are Samba extensions to Subunit: -Change the global prefix for test names. To unset the prefix, specify an empty -string. +testsuite-count +~~~~~~~~~~~~~~~ +testsuite-count: number + +Announce the number of tests that is going to be run. + +start-testsuite +~~~~~~~~~ +start-testsuite: name + +The testsuite name is used as prefix for all containing tests. + +skip-testsuite +~~~~~~~~~~~~~~ +skip-testsuite: name + +Mark the testsuite with the specified name as skipped. + +testsuite-success +~~~~~~~~~~~~~~~~~ +testsuite-success: name + +Indicate that the testsuite has succeeded successfully. + +testsuite-fail +~~~~~~~~~~~~~~ +testsuite-fail: name + +Indicate that a testsuite has failed. Environments ============ |