Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Muskalla2010-07-30 15:25:22 +0000
committerBenjamin Muskalla2010-07-30 15:25:22 +0000
commit96cf50208c3a3f916de42bef73eef273a17f0ff9 (patch)
tree92aa7d8399fc2fe7f5bc8f9c442f729b7b88e892
parentbea8ad7cea905e42163fab16ba524b63959dbc10 (diff)
downloadegit-96cf50208c3a3f916de42bef73eef273a17f0ff9.tar.gz
egit-96cf50208c3a3f916de42bef73eef273a17f0ff9.tar.xz
egit-96cf50208c3a3f916de42bef73eef273a17f0ff9.zip
Run egit.core suite headless
Without a product and the right application, the egit.core suite can run headless which reduces the time running all the tests. As core has to dependencies to the UI, we can easily ignore all the workbench startup and just run on plain OSGi. Change-Id: I8e200c7aef0e36481e31ee04dcf3440c1d12f2b8 Signed-off-by: Benjamin Muskalla <bmuskalla@eclipsesource.com>
-rw-r--r--org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch4
1 files changed, 3 insertions, 1 deletions
diff --git a/org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch b/org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch
index 82bcb3c181..20e4b0674e 100644
--- a/org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch
+++ b/org.eclipse.egit.core.test/org.eclipse.egit.core--All-Tests.launch
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<launchConfiguration type="org.eclipse.pde.ui.JunitLaunchConfig">
+<stringAttribute key="application" value="org.eclipse.pde.junit.runtime.coretestapplication"/>
<booleanAttribute key="askclear" value="false"/>
<booleanAttribute key="automaticAdd" value="true"/>
<booleanAttribute key="automaticValidate" value="false"/>
@@ -36,7 +37,8 @@
<booleanAttribute key="run_in_ui_thread" value="true"/>
<booleanAttribute key="show_selected_only" value="false"/>
<booleanAttribute key="tracing" value="false"/>
+<booleanAttribute key="useCustomFeatures" value="false"/>
<booleanAttribute key="useDefaultConfig" value="true"/>
<booleanAttribute key="useDefaultConfigArea" value="false"/>
-<booleanAttribute key="useProduct" value="true"/>
+<booleanAttribute key="useProduct" value="false"/>
</launchConfiguration>

Back to the top