Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-08-06 16:32:52 +0000
committerUwe Stieber2012-08-06 16:32:52 +0000
commit76a38fcf07e597dcb7eb8dfa75413098e2664286 (patch)
tree01436614664c19ce98c7661ff945a9ecc3667cd8
parente96f27d14628b2758e5d77b9787610999d184b39 (diff)
downloadorg.eclipse.tcf-76a38fcf07e597dcb7eb8dfa75413098e2664286.tar.gz
org.eclipse.tcf-76a38fcf07e597dcb7eb8dfa75413098e2664286.tar.xz
org.eclipse.tcf-76a38fcf07e597dcb7eb8dfa75413098e2664286.zip
Target Explorer: Disable unit test debugging
-rw-r--r--target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
index c60df1608..5781dd59e 100644
--- a/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
+++ b/target_explorer/plugins/org.eclipse.tcf.te.tests/pom.xml
@@ -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