Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bundles/org.eclipse.test/library.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/bundles/org.eclipse.test/library.xml b/bundles/org.eclipse.test/library.xml
index 9cdc7259..eef5833e 100644
--- a/bundles/org.eclipse.test/library.xml
+++ b/bundles/org.eclipse.test/library.xml
@@ -42,11 +42,6 @@
<property name="coverage-output" value="${eclipse-home}/coverage" />
<property file="${basedir}/finalPluginsVersions.properties" />
<echo message="basedir = ${basedir}" />
- <condition property="extraVMargs" value="-javaagent:${basedir}/plugins/org.eclipse.test_${org.eclipse.test}/lib/jacocoagent.jar=destfile=${coverage-output}/jacoco${classname}${NOW.DSTAMP}_${NOW.TSTAMP}.exec">
- <not>
- <equals arg1="${test.target}" arg2="performance" />
- </not>
- </condition>
<property name="extraVMargs" value="" />
<property name="plugin-path" value="" />
<property name="timeout" value="7200000" />

Back to the top