leif 02/02/19 22:25:56
Modified: . build.xml
Log:
When running a test subset send the test output to the console rather
than a file so that it is more useful.
Revision Changes Path
1.104 +1 -1 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- build.xml 19 Feb 2002 20:27:36 -0000 1.103
+++ build.xml 20 Feb 2002 06:25:56 -0000 1.104
@@ -414,7 +414,7 @@
<mkdir dir="${build.reports}"/>
<junit fork="true" printsummary="yes" dir="${build.reports}">
- <formatter type="plain"/> <!-- text reports for humans -->
+ <formatter type="plain" usefile="no"/> <!-- text reports for humans
-->
<sysproperty key="test.jdbc.driver" value="${test.jdbc.driver}"/>
<sysproperty key="test.jdbc.url" value="${test.jdbc.url}"/>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>