Skip to content

Commit

Permalink
Fix command line
Browse files Browse the repository at this point in the history
  • Loading branch information
guw committed Nov 7, 2024
1 parent 26bda32 commit af3639d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions releng/mavenparent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
<surefire-reports-directory>${project.build.directory}/surefire-reports</surefire-reports-directory>
<test.vmparams>-Xmx1024m</test.vmparams>
<coretest.vmparams></coretest.vmparams>
<uitest.vmparams>-Dorg.eclipse.swtbot.search.timeout=30000
-Dorg.eclipse.swtbot.screenshots.dir=target/screenshots</uitest.vmparams>
<uitest.vmparams>-Dorg.eclipse.swtbot.search.timeout=30000 -Dorg.eclipse.swtbot.screenshots.dir=target/screenshots</uitest.vmparams>

<tycho.version>4.0.9</tycho.version>

Expand Down Expand Up @@ -120,8 +119,7 @@
</os>
</activation>
<properties>
<ui.test.vmargs>-XstartOnFirstThread ${test.vmparams}
${uitest.vmparams}</ui.test.vmargs>
<ui.test.vmargs>-XstartOnFirstThread ${test.vmparams} ${uitest.vmparams}</ui.test.vmargs>
</properties>
</profile>
<profile>
Expand Down

0 comments on commit af3639d

Please sign in to comment.