File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ limitations under the License.
236
236
</target >
237
237
238
238
<target name =" bamboo-test" depends =" compile,guard.noclover" >
239
- <clover-setup />
240
239
<testng classpathref =" classpath" outputdir =" ${ testdir } " listeners =" com.mongodb.util.TestNGListener, com.cenqua.clover.tasks.testng.CloverOptimizedTestSelector" haltonfailure =" false" >
241
240
<jvmarg value =" -Xmx512M" />
242
241
<xmlfileset dir =" ." includes =" testng.xml" />
@@ -326,6 +325,10 @@ limitations under the License.
326
325
<target name =" -check.clover" >
327
326
<available property =" clover.installed" classname =" com.cenqua.clover.CloverInstr" />
328
327
</target >
328
+
329
+ <target name =" with.clover" depends =" guard.noclover" >
330
+ <clover-setup />
331
+ </target >
329
332
330
333
<target name =" guard.noclover" depends =" -check.clover" unless =" clover.installed" >
331
334
<fail message =" The target you are attempting to run requires Clover, which doesn't appear to be installed" />
You can’t perform that action at this time.
0 commit comments