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 5cf2c7e commit 6bd43e5Copy full SHA for 6bd43e5
jobqueue/build.xml
@@ -193,7 +193,7 @@
193
194
195
<mkdir dir="${basedir}/out/reports/tests"/>
196
- <junit showoutput="true" fork="yes" haltonfailure="yes" failureproperty="junit.failure" printsummary="yes" logfailedtests="true">
+ <junit showoutput="true" fork="no" haltonfailure="yes" failureproperty="junit.failure" printsummary="yes" logfailedtests="true">
197
<jvmarg value="-Xmx2g"/>
198
<formatter type="plain" usefile="false"/>
199
<formatter type="plain"/>
0 commit comments