Modified:
trunk/build-tests.xml
Log:
Make do-real-tests run with with.clover to allow for test optimisation. Will fix clover instrumenting wrong some other time.
Git-version: 0.6.3m2-372-gfd1a82d
Modified: trunk/build-tests.xml
===================================================================
--- trunk/build-tests.xml 2010-01-24 20:20:04 UTC (rev 5830)
+++ trunk/build-tests.xml 2010-01-24 21:40:04 UTC (rev 5831)
@@ -82,6 +82,7 @@
<arg value="-w"/>
<arg value="5"/>
<arg value="/usr/bin/ant"/>
+ <arg value="with.clover"/>
<arg value="do-real-test"/>
</exec>
</target>