We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b67c0c4 commit c8ea836Copy full SHA for c8ea836
build.xml
@@ -236,7 +236,7 @@ limitations under the License.
236
</target>
237
238
<target name="bamboo-test" depends="compile">
239
- <clover-setup/>
+ <clover-setup/>
240
<testng classpathref="classpath" outputdir="${testdir}" listeners="com.mongodb.util.TestNGListener, com.cenqua.clover.tasks.testng.CloverOptimizedTestSelector" haltonfailure="false" >
241
<jvmarg value="-Xmx512M" />
242
<xmlfileset dir="." includes="testng.xml"/>
0 commit comments