Skip to content

Commit 12cec4f

Browse files
author
Brendan W. McAdams
committed
Bamboo Test Listener change
1 parent 4199be8 commit 12cec4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ limitations under the License.
236236
</target>
237237

238238
<target name="bamboo-test" depends="compile">
239-
<testng classpathref="classpath" outputdir="${testdir}" listeners="com.mongodb.util.TestNGListener" haltonfailure="false" >
239+
<testng classpathref="classpath" outputdir="${testdir}" listeners="com.mongodb.util.TestNGListener, com.cenqua.clover.tasks.testng.CloverOptimizedTestSelector" haltonfailure="false" >
240240
<jvmarg value="-Xmx512M" />
241241
<xmlfileset dir="." includes="testng.xml"/>
242242
</testng>

0 commit comments

Comments
 (0)