Skip to content

Commit

Permalink
expand surefire test case to catch basic argline errors
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoles committed Feb 8, 2024
1 parent 545b65e commit 285d241
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<argLine/>
</properties>
<build>
<plugins>
<plugin>
Expand All @@ -34,6 +37,7 @@
<exclude>**/FailingTest.java</exclude>
<exclude>**/BadTest.java</exclude>
</excludes>
<argLine>@{argLine} -XX:+EnableDynamicAgentLoading</argLine>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 285d241

Please sign in to comment.