Skip to content

Commit 9148435

Browse files
committed
7468: Fix jdp test coverage
Reviewed-by: hirt
1 parent ba365fb commit 9148435

File tree

1 file changed

+1
-1
lines changed
  • core/tests/org.openjdk.jmc.jdp.test

1 file changed

+1
-1
lines changed

core/tests/org.openjdk.jmc.jdp.test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
<groupId>org.apache.maven.plugins</groupId>
6565
<artifactId>maven-surefire-plugin</artifactId>
6666
<configuration>
67-
<argLine>-Djava.net.preferIPv4Stack=true</argLine>
67+
<argLine>-Djava.net.preferIPv4Stack=true @{surefireArgLine}</argLine>
6868
</configuration>
6969
</plugin>
7070
</plugins>

0 commit comments

Comments
 (0)