Skip to content

Commit

Permalink
Move argLine.
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Oct 24, 2017
1 parent 8454be2 commit 9f2c1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edu.cuny.citytech.defaultrefactoring.tests/pom.xml
Expand Up @@ -20,6 +20,7 @@
</activation>
<properties>
<ui.test.vmargs>${tycho.testArgLine} -XstartOnFirstThread</ui.test.vmargs>
<argLine>${ui.test.vmargs}</argLine>
</properties>
</profile>
<profile>
Expand All @@ -44,7 +45,6 @@
<configuration>
<useUIHarness>true</useUIHarness>
<useUIThread>false</useUIThread>
<argLine>${ui.test.vmargs}</argLine>
<failIfNoTests>true</failIfNoTests>
<showEclipseLog>true</showEclipseLog>
<skip>false</skip>
Expand Down

0 comments on commit 9f2c1d7

Please sign in to comment.