Skip to content

Commit

Permalink
7468: Fix jdp test coverage
Browse files Browse the repository at this point in the history
Reviewed-by: hirt
  • Loading branch information
aptmac committed Dec 6, 2021
1 parent ba365fb commit 9148435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/tests/org.openjdk.jmc.jdp.test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Djava.net.preferIPv4Stack=true</argLine>
<argLine>-Djava.net.preferIPv4Stack=true @{surefireArgLine}</argLine>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 9148435

Please sign in to comment.