File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,7 @@ limitations under the License.
179
179
debug =" on"
180
180
includeantruntime =" false" >
181
181
<classpath refid =" build.classpath" />
182
+ <classpath location =" ${ env.JAVA_HOME } /lib/tools.jar" />
182
183
<compilerarg value =" -Xlint:all,-fallthrough" />
183
184
</javac >
184
185
</target >
@@ -283,7 +284,7 @@ limitations under the License.
283
284
284
285
<target name =" test" depends =" compile" >
285
286
286
- <testng classpathref =" ${ test.classpath } " outputdir =" ${ test.dir } " listeners =" com.mongodb.util.TestNGListener" haltonfailure =" false" verbose =" 2 " >
287
+ <testng classpathref =" ${ test.classpath } " outputdir =" ${ test.dir } " listeners =" com.mongodb.util.TestNGListener" haltonfailure =" false" verbose =" 1 " >
287
288
<jvmarg value =" -Xmx512M" />
288
289
<jvmarg value =" -ea" />
289
290
<jvmarg value =" -Dcom.mongodb.slaveAcceptableLatencyMS=${ test.com.mongodb.slaveAcceptableLatencyMS } " />
You can’t perform that action at this time.
0 commit comments