Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2011-04-06 19:27:57 +0000
committerDJ Houghton2011-04-06 19:27:57 +0000
commitaba36a1db54495a5b487ac8d7d076be385cebbca (patch)
treec51be9fc17113de323992c7a5052e34065d257b2 /bundles/org.eclipse.equinox.p2.tests/test.xml
parentbf1f18f37ab5e9e807d3fe55cdfdf59c763f76e8 (diff)
downloadrt.equinox.p2-aba36a1db54495a5b487ac8d7d076be385cebbca.tar.gz
rt.equinox.p2-aba36a1db54495a5b487ac8d7d076be385cebbca.tar.xz
rt.equinox.p2-aba36a1db54495a5b487ac8d7d076be385cebbca.zip
Bug 341169 - Test failures in nightly build
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/test.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/test.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/test.xml b/bundles/org.eclipse.equinox.p2.tests/test.xml
index 0a7ce4abd..93c8214d9 100644
--- a/bundles/org.eclipse.equinox.p2.tests/test.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/test.xml
@@ -46,7 +46,7 @@
<property name="data-dir" value="${p2_location}" />
<property name="plugin-name" value="org.eclipse.equinox.p2.tests" />
<property name="classname" value="org.eclipse.equinox.p2.tests.AutomatedTests" />
- <property name="extraVMargs" value="-XX:MaxPermSize=256m -Dp2.tests.doNotClean=true" />
+ <property name="extraVMargs" value="-XX:MaxPermSize=256m" />
</ant>
</target>

Back to the top