fork count zero
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
Some checks failed
studiorailgun/Renderer/pipeline/head There was a failure building this commit
This commit is contained in:
parent
bb18da86b6
commit
c5ac741b09
11
pom.xml
11
pom.xml
@ -430,6 +430,16 @@
|
||||
<!-- To execute this profile, run a command like "mvn test -P integration" -->
|
||||
<profile>
|
||||
<id>integration</id>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.2</version>
|
||||
<forkCount>0</forkCount>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
<properties>
|
||||
<!--The tests to run-->
|
||||
<groups>fast,unit,integration</groups>
|
||||
@ -446,6 +456,7 @@
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
<version>2.22.2</version>
|
||||
<forkCount>0</forkCount>
|
||||
<configuration>
|
||||
<argLine>-javaagent:./lwjglx-debug-1.0.0.jar=t;o=trace.log</argLine>
|
||||
</configuration>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user