Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSravan Kumar Lakkimsetti2019-10-28 08:24:17 +0000
committerSravan Kumar Lakkimsetti2019-10-28 08:24:17 +0000
commitb18f0cda2abe016964c6735c6a532fdea5ff5f4f (patch)
tree5282c903b812e63c9a371e661058a1ef9d40118e /eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
parentd2f7ba14776707523048bfae6cef7686699cd511 (diff)
downloadeclipse.platform.releng.aggregator-b18f0cda2abe016964c6735c6a532fdea5ff5f4f.tar.gz
eclipse.platform.releng.aggregator-b18f0cda2abe016964c6735c6a532fdea5ff5f4f.tar.xz
eclipse.platform.releng.aggregator-b18f0cda2abe016964c6735c6a532fdea5ff5f4f.zip
Bug 547713 - [13] Running Y build with Java 13 compiler for test results
Change-Id: I6d9713bdf930e71b7a401400a7eb11ae2bd4bfe9 Signed-off-by: Sravan Kumar Lakkimsetti <sravankumarl@in.ibm.com>
Diffstat (limited to 'eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php')
-rw-r--r--eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
index 6ff0ae7be..b593c4da1 100644
--- a/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
+++ b/eclipse.platform.releng.tychoeclipsebuilder/eclipse/publishingFiles/staticDropFiles/testConfigs.php
@@ -14,4 +14,4 @@ $expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-cen64-
$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-mac64-java8_macosx.cocoa.x86_64_8.0";
$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-win32-java8_win32.win32.x86_64_8.0";
$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-cen64-gtk3-java11_linux.gtk.x86_64_11";
-$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-cen64-gtk3-java12_linux.gtk.x86_64_12";
+$expectedTestConfigs[]="ep$STREAMMajor$STREAMMinor$TESTED_BUILD_TYPE-unit-cen64-gtk3-java12_linux.gtk.x86_64_13";

Back to the top