Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2020-06-29 11:40:33 +0000
committerSravan Kumar Lakkimsetti2020-06-29 11:40:33 +0000
commit3308860fa37d525410a2d75406c18c01eed8cc38 (patch)
tree4f276d6db34cff70e81d0680f1cc90fe40af4e1b
parent4f882bd9438d89f8fc9b25ff4967171930705469 (diff)
downloadeclipse.platform.releng.aggregator-3308860fa37d525410a2d75406c18c01eed8cc38.tar.gz
eclipse.platform.releng.aggregator-3308860fa37d525410a2d75406c18c01eed8cc38.tar.xz
eclipse.platform.releng.aggregator-3308860fa37d525410a2d75406c18c01eed8cc38.zip
Bug 562087 - [JIRO] Unanticipated comparator must be notified on platform-releng
Change-Id: Ie16f65d03186cf40bb369948b0367bd66d3b31fa Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
-rwxr-xr-xcje-production/mbscripts/mb300_gatherEclipseParts.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/cje-production/mbscripts/mb300_gatherEclipseParts.sh b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
index 4c1622679..f7fbcf6e7 100755
--- a/cje-production/mbscripts/mb300_gatherEclipseParts.sh
+++ b/cje-production/mbscripts/mb300_gatherEclipseParts.sh
@@ -266,5 +266,7 @@ then
fn-write-property COMPARATOR_ERRORS_BODY "Check unanticipated comparator messages:<br> http://download.eclipse.org/eclipse/downloads/drops4/${BUILD_ID}/buildlogs/comparatorlogs/buildtimeComparatorUnanticipated.log.txt<br><br>"
else
echo -e "DEBUG: comparator logSize of $logSize was not greater than comparatorLogMinimumSize of ${comparatorLogMinimumSize}"
+ fn-write-property COMPARATOR_ERRORS " "
+ fn-write-property COMPARATOR_ERRORS_BODY " "
fi

Back to the top