Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDJ Houghton2009-04-01 15:05:32 +0000
committerDJ Houghton2009-04-01 15:05:32 +0000
commit7479e9890c5afd82fb1605ac4a3d5203d073d6b0 (patch)
treeffaeb9f7cfa36cc3449752d344f9ba643ed21418 /bundles/org.eclipse.equinox.p2.tests/test.xml
parent4e94f9a1b67e9deed5a778235c05893411b23035 (diff)
downloadrt.equinox.p2-7479e9890c5afd82fb1605ac4a3d5203d073d6b0.tar.gz
rt.equinox.p2-7479e9890c5afd82fb1605ac4a3d5203d073d6b0.tar.xz
rt.equinox.p2-7479e9890c5afd82fb1605ac4a3d5203d073d6b0.zip
Bug 270771 - [perfs] DNF for all the P2 performance testsv20090401-1100
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.tests/test.xml')
-rw-r--r--bundles/org.eclipse.equinox.p2.tests/test.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.equinox.p2.tests/test.xml b/bundles/org.eclipse.equinox.p2.tests/test.xml
index 856774cf7..a6ba7ca21 100644
--- a/bundles/org.eclipse.equinox.p2.tests/test.xml
+++ b/bundles/org.eclipse.equinox.p2.tests/test.xml
@@ -32,12 +32,14 @@
<!-- This target runs the performance test suites. Any actions that need to happen after all -->
<!-- the tests have been run should go here. -->
+ <!--
<target name="performance" depends="init,performance-suite,cleanup">
<ant target="collect" antfile="${library-file}" dir="${eclipse-home}">
<property name="includes" value="org*.xml" />
<property name="output-file" value="${plugin-name}.xml" />
</ant>
</target>
+ -->
<target name="p2Tests" depends="init,cleanup">
<ant target="core-test" antfile="${library-file}" dir="${eclipse-home}">
@@ -51,7 +53,9 @@
<target name="suite" depends="p2Tests" />
<!-- This target defines the performance tests that need to be run. -->
+ <!-- Commented out as per Bug 270771
<target name="performance-suite" depends="p2PerformanceTests" />
+ -->
<target name="p2PerformanceTests">
<!-- TODO -->

Back to the top