summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Smith <git@kismith.co.uk>2012-10-17 12:58:38 (GMT)
committerKevin Smith <git@kismith.co.uk>2012-10-17 12:58:38 (GMT)
commitaaadb7c99064cb87514e2ae7efb41d3c60f38041 (patch)
tree725e1e199752006769810f9771847663abcfa4e0 /build.xml
parentaf68084020b0ebeba75541775a12cb0f07d10b18 (diff)
downloadstroke-aaadb7c99064cb87514e2ae7efb41d3c60f38041.zip
stroke-aaadb7c99064cb87514e2ae7efb41d3c60f38041.tar.bz2
Make test results XML for Jenkins
Change-Id: Ia1460c62f0bce645248b2412a60a6ad7420ae849
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 454325d..ef3ec6a 100644
--- a/build.xml
+++ b/build.xml
@@ -64,12 +64,12 @@
<delete dir="${test.results}"/>
<mkdir dir="${test.results}"/>
<junit fork="false">
- <formatter type="plain"/>
+ <formatter type="xml"/>
<classpath>
<pathelement location="${JUNIT_JAR}"/>
<pathelement location="${jar}"/>
<pathelement location="${src.tests}"/>
- <path refid="classpath"/>
+ <path refid="classpath"/>
</classpath>
<batchtest fork="yes" todir="${test.results}">
<fileset dir="${src.tests}">