bloritsch 01/12/19 14:12:25
Modified: . build.xml
Log:
disable performance tests unless test.profile is set
Revision Changes Path
1.83 +2 -0 jakarta-avalon-excalibur/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-excalibur/build.xml,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- build.xml 2001/12/14 22:20:29 1.82
+++ build.xml 2001/12/19 22:12:25 1.83
@@ -315,6 +315,7 @@
<exclude name="**/test/Abstract*TestCase.class"/>
<include name="**/test/*TestCase.class"/>
<include name="**/test/*Profile.class" if="test.profile"/>
+ <exclude name="**/test/*PerformanceTestCase.class"
unless="test.profile"/>
</fileset>
</batchtest>
</junit>
@@ -349,6 +350,7 @@
<exclude name="**/test/Abstract*TestCase.class"/>
<include name="**/test/*Profile.class" if="test.profile"/>
<include name="**/test/*TestCase.class"/>
+ <exclude name="**/test/*PerformanceTestCase.class"
unless="test.profile"/>
</fileset>
</batchtest>
</junit>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>