Commit 2428fedb authored by duminil's avatar duminil
Browse files

Deploy: Test reports as xml and plain text.

parent fa6e06a9
......@@ -5,7 +5,7 @@ to the directory specified in property "deploy.dir.path". It can be used to perf
Before executing check that all required modules/projects are enumerated in property "projects".
-->
<project default="deploy" name="Deploy RegionChooser" basedir="..">
<project default="deploy" name="RegionChooser" basedir="..">
<description>
Create a Jar file with RegionChooser libraries and executables
</description>
......@@ -32,11 +32,12 @@ java -classpath lib/* -Xms512m -Xmx2g -Djava.util.logging.config.file=logging.pr
<target name="unit-test" depends="test-common">
<junit printsummary="yes" haltonfailure="yes">
<!-- <formatter type="plain" usefile="false" /> to screen -->
<classpath refid="test-classpath"/>
<formatter type="xml" usefile="true" />
<formatter type="plain" usefile="true" />
<!-- RegionExtractor -->
<test name="eu.simstadt.regionchooser.RegionExtractorTests" haltonfailure="no"/>
<test name="eu.simstadt.regionchooser.RegionExtractorTests" haltonfailure="no" todir="${reports.dir}"/>
</junit>
</target>
</project>
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment