From b16709ccd8b14d895d8914ca92f070b733e15647 Mon Sep 17 00:00:00 2001 From: Jon Hermansen Date: Thu, 13 Mar 2014 11:58:26 -0700 Subject: [PATCH] update README to describe new XML output mode --- README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README b/README index 647d219..f70f7db 100644 --- a/README +++ b/README @@ -103,6 +103,13 @@ Some example commands: The tests are all self-documented to describe what they test and how they test. Use -V with a test to print the documentation for a test. +iscsi-test-cu can produce machine-readable test results for consumption by your +CI server. Use the --xml option with any test suite(s), and a file called +CUnitAutomated-Results.xml will be written to your current working directory. +These results can be converted to JUnit format using this script: + +http://git.cyrusimap.org/cyrus-imapd/plain/cunit/cunit-to-junit.pl + ISCSI-TEST ==========