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 6afc7fb commit cc293f6Copy full SHA for cc293f6
build.xml
@@ -260,7 +260,7 @@ limitations under the License.
260
<filterset><filter token="CLASS" value="${class.name}"/></filterset>
261
</copy>
262
263
- <testng classpathref="classpath" outputdir="${testdir}" haltonfailure="true" verbose="1">
+ <testng classpathref="classpath" outputdir="${testdir}" haltonfailure="true" verbose="1" listeners="com.mongodb.util.TestNGListener" >
264
<jvmarg value="-Xmx512M" />
265
<xmlfileset dir="build/test" includes="testng-single.xml"/>
266
</testng>
0 commit comments