From aecdbd0a0cb7f0bc4d59b8dc8714f34e7af0d1c1 Mon Sep 17 00:00:00 2001 From: Jon Hermansen Date: Sat, 20 Aug 2016 19:48:32 -0700 Subject: [PATCH 1/2] update the URL to cunit-to-junit.pl. old URL was throwing 404 --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 26b9b9f..b0e0d36 100644 --- a/README +++ b/README @@ -203,7 +203,7 @@ 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 +https://raw.githubusercontent.com/cyrusimap/cyrus-imapd/master/cunit/cunit-to-junit.pl See also: From 4ebc65deba67d721d74f7252fb487c7599ad3bdc Mon Sep 17 00:00:00 2001 From: Jon Hermansen Date: Sat, 20 Aug 2016 19:49:01 -0700 Subject: [PATCH 2/2] fix a typo in README heading --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index b0e0d36..a1911d7 100644 --- a/README +++ b/README @@ -196,7 +196,7 @@ These names can be controlled by using the arguments 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. -XLM/JUNIT +XML/JUNIT ========= 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