File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -235,6 +235,13 @@ limitations under the License.
235
235
</testng >
236
236
</target >
237
237
238
+ <target name =" bamboo-test" depends =" compile" >
239
+ <testng classpathref =" classpath" outputdir =" ${ testdir } " listeners =" com.mongodb.util.TestNGListener" haltonfailure =" false" >
240
+ <jvmarg value =" -Xmx512M" />
241
+ <xmlfileset dir =" ." includes =" testng.xml" />
242
+ </testng >
243
+ </target >
244
+
238
245
<target name =" test-single" depends =" compile" >
239
246
<condition property =" propsSpecified" >
240
247
<and >
@@ -300,7 +307,7 @@ limitations under the License.
300
307
<!-- The reporting targets -->
301
308
<!-- ******************************************************************* -->
302
309
303
- <target name =" junit-reports" depends =" test" >
310
+ <target name =" junit-reports" depends =" bamboo- test" >
304
311
<junitreport todir =" ${ testdir } " >
305
312
<fileset dir =" ${ testdir } " ><include name =" */*.xml" /></fileset >
306
313
<report format =" noframes" todir =" ${ testdir } " />
You can’t perform that action at this time.
0 commit comments