I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 204440b0 authored by str4d's avatar str4d
Browse files

Run full test reports with fulltest target, not just junit report

parent 6a26c0b6
No related branches found
No related tags found
No related merge requests found
...@@ -152,7 +152,7 @@ ...@@ -152,7 +152,7 @@
</target> </target>
<target name="test.report" depends="junit.report, clover.report, cobertura.report"/> <target name="test.report" depends="junit.report, clover.report, cobertura.report"/>
<!-- end test reports --> <!-- end test reports -->
<target name="fulltest" depends="test, junit.report" /> <target name="fulltest" depends="test, test.report" />
<!-- end unit tests --> <!-- end unit tests -->
<target name="clean"> <target name="clean">
......
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
</target> </target>
<target name="test.report" depends="junit.report, clover.report, cobertura.report"/> <target name="test.report" depends="junit.report, clover.report, cobertura.report"/>
<!-- end test reports --> <!-- end test reports -->
<target name="fulltest" depends="cleandep, builddeptest, jarTest, test, junit.report" /> <target name="fulltest" depends="cleandep, builddeptest, jarTest, test, test.report" />
<!-- end unit tests --> <!-- end unit tests -->
<target name="clean"> <target name="clean">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment