Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--production/build_eclipse_org.shsource2
-rw-r--r--production/testScripts/configuration/sdk.tests/testScripts/test.xml2
-rw-r--r--production/testScripts/runTests2.xml2
3 files changed, 3 insertions, 3 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 8ad4feea8..40d38744f 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -42,7 +42,7 @@ B_GIT_NAME="E4 Build"
COMMITTER_ID=e4Build
# comparator=true means verbose=true (gives debug msgs?)
-COMPARATOR=false
+COMPARATOR=true
UPDATE_BRANDING=true
FORCE_LOCAL_REPO=false
# no-bree-libs to experiment
diff --git a/production/testScripts/configuration/sdk.tests/testScripts/test.xml b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
index 549682bad..6229e1b13 100644
--- a/production/testScripts/configuration/sdk.tests/testScripts/test.xml
+++ b/production/testScripts/configuration/sdk.tests/testScripts/test.xml
@@ -1406,7 +1406,7 @@
relatively quick, and realtively reliable on build.eclipse.org hardware
-->
<target name="platform">
- <antcall target="relEng" />
+ <!-- remove for now, bug 400385 <antcall target="relEng" /> -->
<antcall target="ant" />
<antcall target="antui" />
<antcall target="compare" />
diff --git a/production/testScripts/runTests2.xml b/production/testScripts/runTests2.xml
index f2771602d..4470d43a2 100644
--- a/production/testScripts/runTests2.xml
+++ b/production/testScripts/runTests2.xml
@@ -598,7 +598,7 @@
<property
name="configurationLocation"
- value="configuration" />
+ value="${WORKSPACE}/eclipse.platform.releng.aggregator/production/testScripts/configuration" />
<!-- TODO: I moved (copied) this from init, probably only needs to
be set once, but, needs to be set before loading the repo properties -->

Back to the top