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 81b6dd1 commit bd1c32eCopy full SHA for bd1c32e
build.xml
@@ -236,6 +236,7 @@ limitations under the License.
236
</target>
237
238
<target name="bamboo-test" depends="compile,guard.noclover">
239
+ <sys.property key="clover.license.path" value=".clover/clover.license"/>
240
<clover-setup/>
241
<testng classpathref="classpath" outputdir="${testdir}" listeners="com.mongodb.util.TestNGListener, com.cenqua.clover.tasks.testng.CloverOptimizedTestSelector" haltonfailure="false" >
242
<jvmarg value="-Xmx512M" />
0 commit comments