Browse Source

Make do-real-tests run with with.clover to allow for test optimisation. Will fix clover instrumenting wrong some other time.

Change-Id: Idd883f1744b8450e7b0d47cd894f7dd211febdd5
Reviewed-on: http://gerrit.dmdirc.com/605
Automatic-Compile: Gregory Holmes <greg@dmdirc.com>
Reviewed-by: Gregory Holmes <greg@dmdirc.com>
tags/0.6.3b1
Shane Mc Cormack 14 years ago
parent
commit
fd1a82d3ca
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      build-tests.xml

+ 1
- 0
build-tests.xml View File

@@ -82,6 +82,7 @@
82 82
             <arg value="-w"/>
83 83
             <arg value="5"/>
84 84
             <arg value="/usr/bin/ant"/>
85
+            <arg value="with.clover"/>
85 86
             <arg value="do-real-test"/>
86 87
         </exec>
87 88
     </target>

Loading…
Cancel
Save