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 4199be8 commit 12cec4fCopy full SHA for 12cec4f
build.xml
@@ -236,7 +236,7 @@ limitations under the License.
236
</target>
237
238
<target name="bamboo-test" depends="compile">
239
- <testng classpathref="classpath" outputdir="${testdir}" listeners="com.mongodb.util.TestNGListener" haltonfailure="false" >
+ <testng classpathref="classpath" outputdir="${testdir}" listeners="com.mongodb.util.TestNGListener, com.cenqua.clover.tasks.testng.CloverOptimizedTestSelector" haltonfailure="false" >
240
<jvmarg value="-Xmx512M" />
241
<xmlfileset dir="." includes="testng.xml"/>
242
</testng>
0 commit comments