Add junitreport target. patch by Mikhail Stepura; reviewed by Brandon Williams and Michael Shuler for CASSANDRA-6482
Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/a8072ae3 Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/a8072ae3 Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/a8072ae3 Branch: refs/heads/trunk Commit: a8072ae3befcac147271418ce5879b23bbba5aff Parents: 25be464 Author: Mikhail Stepura <mish...@apache.org> Authored: Mon Nov 3 13:58:05 2014 -0800 Committer: Mikhail Stepura <mish...@apache.org> Committed: Mon Nov 3 14:45:46 2014 -0800 ---------------------------------------------------------------------- build.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cassandra/blob/a8072ae3/build.xml ---------------------------------------------------------------------- diff --git a/build.xml b/build.xml index 84b10ed..9562a37 100644 --- a/build.xml +++ b/build.xml @@ -1128,6 +1128,12 @@ <filelist dir="@{inputdir}" files="@{filelist}"/> </batchtest> </junit> + <junitreport todir="${build.test.dir}"> + <fileset dir="${build.test.dir}/output"> + <include name="TEST-*.xml"/> + </fileset> + <report format="frames" todir="${build.test.dir}/junitreport"/> + </junitreport> <fail message="Some @{suitename} test(s) failed."> <condition> <and>