Skip to content

Commit 6f971c2

Browse files
committed
Add forkCount for surefire
Fixes following warnings in the build: ``` [WARNING] useSystemClassLoader setting has no effect when not forking [WARNING] The parameter forkCount should likely not be 0. Forking a JVM for tests improves test accuracy. Ensure to have a <forkCount> >= 1. ```
1 parent d652a68 commit 6f971c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/org.eclipse.swt.tests/pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
<properties>
2626
<tycho.testArgLine></tycho.testArgLine>
2727
<test>AllTests</test>
28+
<forkCount>1</forkCount>
2829
</properties>
2930
<build>
3031
<plugins>

0 commit comments

Comments
 (0)