diff options
author | Kevin Smith <git@kismith.co.uk> | 2012-10-17 12:58:38 (GMT) |
---|---|---|
committer | Kevin Smith <git@kismith.co.uk> | 2012-10-17 12:58:38 (GMT) |
commit | aaadb7c99064cb87514e2ae7efb41d3c60f38041 (patch) | |
tree | 725e1e199752006769810f9771847663abcfa4e0 | |
parent | af68084020b0ebeba75541775a12cb0f07d10b18 (diff) | |
download | stroke-aaadb7c99064cb87514e2ae7efb41d3c60f38041.zip stroke-aaadb7c99064cb87514e2ae7efb41d3c60f38041.tar.bz2 |
Make test results XML for Jenkins
Change-Id: Ia1460c62f0bce645248b2412a60a6ad7420ae849
-rw-r--r-- | build.xml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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}"> |