Skip to content

Commit

Permalink
Update Maven build machinery
Browse files Browse the repository at this point in the history
Fixed broken test pom.xml
  • Loading branch information
creckord committed May 11, 2017
1 parent 055d12c commit d9747de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion org.eclipse.epp.mpc.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<application>org.eclipse.ui.ide.workbench</application>
<testSuite>org.eclipse.epp.mpc.tests</testSuite>
<testClass>${test-suite}</testClass>
<argLine>-Xmx256m -XX:MaxPermSize=128m -Djava.io.tmpdir=${project.build.directory} ${test-args} ${test-proxy} ${test-browser}</argLine>
<argLine>-Xmx256m -XX:MaxPermSize=128m -Djava.io.tmpdir=${project.build.directory} ${test-args} ${test-proxy}</argLine>
<appArgLine>${test-app-args}</appArgLine>
</configuration>
</plugin>
Expand Down

0 comments on commit d9747de

Please sign in to comment.