Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2013-02-13 04:24:58 +0000
committerDavid Williams2013-02-13 04:24:58 +0000
commit16cc7d8852af36b5cba8be141afa3598c0726788 (patch)
treea99bf57e223d4ee610cb58b188b42f45b557cf5f
parentcd265fe41e50fc903f33a642884386198b25f1a8 (diff)
downloadeclipse.platform.releng.aggregator-16cc7d8852af36b5cba8be141afa3598c0726788.tar.gz
eclipse.platform.releng.aggregator-16cc7d8852af36b5cba8be141afa3598c0726788.tar.xz
eclipse.platform.releng.aggregator-16cc7d8852af36b5cba8be141afa3598c0726788.zip
Bug 400644 - [CBI] [TESTS] DOWNLOAD_HOST needs default value, sooner
-rw-r--r--production/testScripts/runTests2.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index 4470d43a2..97e3e2695 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -595,7 +595,10 @@
depends="initStreamVariables,hudson-init">
<echo message="DEBUG: executing streamSpecificInit" />
-
+ <!-- if not specified on command line, assume files come from 'download.eclipse.org' -->
+ <property name="DOWNLOAD_HOST" value="download.eclipse.org"/>
+ <property name="ARCHIVE_HOST" value="archive.eclipse.org"/>
+
<property
name="configurationLocation"
value="${WORKSPACE}/eclipse.platform.releng.aggregator/production/testScripts/configuration" />

Back to the top