Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2016-04-19 20:35:03 +0000
committerDavid Williams2016-04-19 20:35:16 +0000
commit8394b5e303370ed8fefbcbcb766d6232c9721747 (patch)
treef14f2ee8660c90092b08e38f447b09758f5f9061 /production/testScripts/runTests2.xml
parent47052f5ecdb03c094aaa7bec0bb56d09522d154d (diff)
downloadeclipse.platform.releng.aggregator-8394b5e303370ed8fefbcbcb766d6232c9721747.tar.gz
eclipse.platform.releng.aggregator-8394b5e303370ed8fefbcbcb766d6232c9721747.tar.xz
eclipse.platform.releng.aggregator-8394b5e303370ed8fefbcbcb766d6232c9721747.zip
Bug 470932 - remove delta pack during build (temp adjustment in tests)
Diffstat (limited to 'production/testScripts/runTests2.xml')
-rw-r--r--production/testScripts/runTests2.xml6
1 files changed, 1 insertions, 5 deletions
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index a287997ae..6f60c8d59 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -144,11 +144,7 @@
verbose="${selectiveVerbose}"
src="${buildURL}/eclipse-Automated-Tests-${buildId}.zip"
dest="${testDir}/eclipse-Automated-Tests-${buildId}.zip" />
- <get
- retries="5"
- verbose="${selectiveVerbose}"
- src="${archiveLocation}/eclipse-${buildIdToUse}-delta-pack.zip"
- dest="${executionDir}/eclipse-${buildIdToUse}-delta-pack.zip" />
+
</target>
<target

Back to the top