Skip to content

Commit

Permalink
Fix invalid command line syntax (?) in tyho-surefire config
Browse files Browse the repository at this point in the history
  • Loading branch information
basilevs committed Dec 2, 2023
1 parent 919dc0c commit 020f982
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions runtime/tests/pom.xml
Expand Up @@ -27,10 +27,12 @@
<configuration>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
<argLine>-Daj.weaving.verbose=true
<argLine>
-Daj.weaving.verbose=true
-Dorg.aspectj.weaver.showWeaveInfo=true
-Dorg.aspectj.osgi.verbose=true
--add-opens=java.base/java.lang=ALL-UNNAMED
--add-opens
java.base/java.lang=ALL-UNNAMED
--add-modules=ALL-SYSTEM
</argLine>
<frameworkExtensions>
Expand Down

0 comments on commit 020f982

Please sign in to comment.