crossley 2004/05/08 02:27:19
Modified: tools/targets test-build.xml
Log:
Show where to find the Unit results.
Revision Changes Path
1.9 +2 -1 cocoon-2.1/tools/targets/test-build.xml
Index: test-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/targets/test-build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- test-build.xml 29 Apr 2004 21:32:49 -0000 1.8
+++ test-build.xml 8 May 2004 09:27:19 -0000 1.9
@@ -70,6 +70,7 @@
</fileset>
<report format="frames" todir="${build.test.output}"/>
</junitreport>
+ <echo message="Unit report is at ${build.test.output}/index.html"/>
<fail if="junit.test.failed" message="One or more JUnit tests failed or
caused errors. Please have a look into the report for details."/>
</target>
@@ -115,4 +116,4 @@
target="prepare-anteater-tests"/>
</target>
-</project>
\ No newline at end of file
+</project>