Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2017-08-02 09:00:11 +0000
committerSravan Kumar Lakkimsetti2017-08-02 09:00:11 +0000
commit12c09498fd8f9eed02d5ba1f143cbe30a3acbb47 (patch)
treeed5007b482ab6f3d831c31544763ea521d848884 /production/build_eclipse_org.shsource
parent3b3b0c1bb6f3950278bc83bca5b273f6dc18aedd (diff)
downloadeclipse.platform.releng.aggregator-12c09498fd8f9eed02d5ba1f143cbe30a3acbb47.tar.gz
eclipse.platform.releng.aggregator-12c09498fd8f9eed02d5ba1f143cbe30a3acbb47.tar.xz
eclipse.platform.releng.aggregator-12c09498fd8f9eed02d5ba1f143cbe30a3acbb47.zip
Bug 518239 - [JUnit 5] Feature patch for JUnit 5 support on 4.7
Change-Id: Ic3bb4bc153359803cf0bc67bfac3a6d64b84621e Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'production/build_eclipse_org.shsource')
-rw-r--r--production/build_eclipse_org.shsource2
1 files changed, 1 insertions, 1 deletions
diff --git a/production/build_eclipse_org.shsource b/production/build_eclipse_org.shsource
index 566454137..34ddc122f 100644
--- a/production/build_eclipse_org.shsource
+++ b/production/build_eclipse_org.shsource
@@ -110,7 +110,7 @@ MAVEN_BREE=-Pbree-libs
# local, non build.eclipse.org builds (or, test builds) may need to override, and turn off signing.
# otherwise, we always sign if I or M builds, but not N builds
#
-if [[ $BUILD_TYPE =~ [IMXYP] ]]
+if [[ $BUILD_TYPE =~ [IMXYPU] ]]
then
SIGNING=${SIGNING:-true}
else

Back to the top