Skip to content

Commit e5fe191

Browse files
author
Michael Barker
committed
Fork the JUnit tests, fixes aeron-io#96
1 parent c37ca97 commit e5fe191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<compilerarg value="-Xlint:unchecked"/>
120120
<compilerarg value="-XDignore.symbol.file"/>
121121
</javac>
122-
<junit printsummary="withOutAndErr" errorProperty="test.failed" failureProperty="test.failed">
122+
<junit printsummary="withOutAndErr" errorProperty="test.failed" failureProperty="test.failed" fork="true">
123123
<sysproperty key="results.dir" value="${dir.reports.unit}"/>
124124
<classpath refid="test.classpath"/>
125125
<formatter type="xml"/>

0 commit comments

Comments
 (0)