There was an error while loading. Please reload this page.
1 parent c37ca97 commit e5fe191Copy full SHA for e5fe191
build.xml
@@ -119,7 +119,7 @@
119
<compilerarg value="-Xlint:unchecked"/>
120
<compilerarg value="-XDignore.symbol.file"/>
121
</javac>
122
- <junit printsummary="withOutAndErr" errorProperty="test.failed" failureProperty="test.failed">
+ <junit printsummary="withOutAndErr" errorProperty="test.failed" failureProperty="test.failed" fork="true">
123
<sysproperty key="results.dir" value="${dir.reports.unit}"/>
124
<classpath refid="test.classpath"/>
125
<formatter type="xml"/>
0 commit comments