Skip to content

Commit cc293f6

Browse files
author
Ryan
committed
added testng listener to single test.
1 parent 6afc7fb commit cc293f6

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
@@ -260,7 +260,7 @@ limitations under the License.
260260
<filterset><filter token="CLASS" value="${class.name}"/></filterset>
261261
</copy>
262262

263-
<testng classpathref="classpath" outputdir="${testdir}" haltonfailure="true" verbose="1">
263+
<testng classpathref="classpath" outputdir="${testdir}" haltonfailure="true" verbose="1" listeners="com.mongodb.util.TestNGListener" >
264264
<jvmarg value="-Xmx512M" />
265265
<xmlfileset dir="build/test" includes="testng-single.xml"/>
266266
</testng>

0 commit comments

Comments
 (0)