Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-08-22 12:56:16 +0000
committerSravan Kumar Lakkimsetti2017-08-22 12:56:16 +0000
commita8f276823097fc805039bbbc8793d8e7ce0d8f93 (patch)
tree9e87365d78d6bdd244edf92b307f635f0f2e0a8d /production/bootstrapVariables.shsource
parentca4c346454aab141d8eb8c6f8de2b8a5343ef591 (diff)
downloadeclipse.platform.releng.aggregator-a8f276823097fc805039bbbc8793d8e7ce0d8f93.tar.gz
eclipse.platform.releng.aggregator-a8f276823097fc805039bbbc8793d8e7ce0d8f93.tar.xz
eclipse.platform.releng.aggregator-a8f276823097fc805039bbbc8793d8e7ce0d8f93.zip
Bug 518239: [JUnit 5] Feature patch for JUnit 5 support on 4.7
Change-Id: I917db3b9fea7074010691012315a2cf00d5c0b5b Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/bootstrapVariables.shsource')
-rw-r--r--production/bootstrapVariables.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/bootstrapVariables.shsource b/production/bootstrapVariables.shsource
index 62066a2e1..f246d6ca5 100644
--- a/production/bootstrapVariables.shsource
+++ b/production/bootstrapVariables.shsource
@@ -144,7 +144,7 @@ fn-build-dir ()
# We do not expect S or R in this context
# if we ever do, it is a 3 part id, not 2 part.
# Either of the two "digits" forms should work.
-#buildIdPattern="^[MNIPY][0-9]{8}-[0-9]{4}$"
+#buildIdPattern="^[MNIPYU][0-9]{8}-[0-9]{4}$"
buildIdPattern="^[MNIPYU][[:digit:]]{8}-[[:digit:]]{4}$"
if [[ -z "${BUILD_ID}" || ! "${BUILD_ID}" =~ $buildIdPattern ]]

Back to the top