Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-08-07 14:00:40 +0000
committerUwe Stieber2012-08-07 14:00:40 +0000
commitc27b315b51add7cb4b48bc8254440065148bf904 (patch)
tree35dba3363a03594c6134acad418e3cfef3772b8a /target_explorer/plugins/org.eclipse.tcf.te.tests
parente763870862f328939ee7a114336e3aff0255d084 (diff)
downloadorg.eclipse.tcf-c27b315b51add7cb4b48bc8254440065148bf904.tar.gz
org.eclipse.tcf-c27b315b51add7cb4b48bc8254440065148bf904.tar.xz
org.eclipse.tcf-c27b315b51add7cb4b48bc8254440065148bf904.zip
Target Explorer: Update unit test VM args
Diffstat (limited to 'target_explorer/plugins/org.eclipse.tcf.te.tests')
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml
index c60df1608..c737349af 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom-tests.xml
@@ -21,7 +21,7 @@
<sdk-version>3.8.0</sdk-version>
<te-version>1.1.0</te-version>
- <ui.test.vmargs>-Xmx512m -XX:MaxPermSize=256m</ui.test.vmargs>
+ <ui.test.vmargs>-client -Xint -Xmx512m -XX:MaxPermSize=256m</ui.test.vmargs>
</properties>
<build>
@@ -35,7 +35,7 @@
<testClass>org.eclipse.tcf.te.tests.suites.AllTests</testClass>
<useUIHarness>true</useUIHarness>
<useUIThread>true</useUIThread>
- <debugPort>8003</debugPort>
+<!-- <debugPort>8003</debugPort> -->
<product>org.eclipse.platform.ide</product>
<argLine>${tycho.testArgLine} ${ui.test.vmargs}</argLine>
<application>org.eclipse.ui.ide.workbench</application>

Back to the top