From 4308e69084c3455072a4e256c84bf3b2b013f31e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 5 Jun 2009 13:16:46 +0200 Subject: selftest: Fix subunit stream to include the right prefixes rather than extending the subunit protocol. --- selftest/README | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) (limited to 'selftest/README') diff --git a/selftest/README b/selftest/README index 83a3e6fd49..a8c5101a61 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 ============ -- cgit