Skip to content

Commit

Permalink
Add hook for altering surefire JVM argLine
Browse files Browse the repository at this point in the history
Cherry-pick of airlift@f5f054e
Co-authored-by: Piotr Findeisen <[email protected]>
  • Loading branch information
dnskr authored and tdcmeehan committed Jun 5, 2024
1 parent 47fb76e commit df95350
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions airbase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
<!-- define the JVM size for forked tests. Defaults to build JVM size. -->
<air.test.jvmsize>${air.build.jvmsize}</air.test.jvmsize>

<!-- provide additional options for test JVM -->
<air.test.jvm.additional-arguments></air.test.jvm.additional-arguments>

<!-- Lint mode for Javadoc. Defaults to 'all'. -->
<air.javadoc.lint>all</air.javadoc.lint>

Expand Down Expand Up @@ -436,6 +439,7 @@
-XX:+ExitOnOutOfMemoryError
-XX:+HeapDumpOnOutOfMemoryError
-XX:-OmitStackTraceInFastThrow
${air.test.jvm.additional-arguments}
</argLine>
</configuration>
</plugin>
Expand Down

0 comments on commit df95350

Please sign in to comment.