Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2020-04-01 15:06:35 +0000
committerAlexander Kurtakov2020-04-01 16:06:40 +0000
commit78125b6b21c264195df1636a9bd533bc16d030db (patch)
tree5108014cbdf307625084414e1f062f9135da92fc
parent5f3415d1aecc9e7ec48cd7504cde437387c3d813 (diff)
downloadeclipse.platform.releng.aggregator-78125b6b21c264195df1636a9bd533bc16d030db.tar.gz
eclipse.platform.releng.aggregator-78125b6b21c264195df1636a9bd533bc16d030db.tar.xz
eclipse.platform.releng.aggregator-78125b6b21c264195df1636a9bd533bc16d030db.zip
Get rid of SWT_GTK3
Value 2 was never even supported. Change-Id: Idce42c0ea47fafd910b511d109883f014d8f2210 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
-rwxr-xr-xproduction/testScripts/updateTestResultsPages.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/production/testScripts/updateTestResultsPages.sh b/production/testScripts/updateTestResultsPages.sh
index 271fae10b..994ea6525 100755
--- a/production/testScripts/updateTestResultsPages.sh
+++ b/production/testScripts/updateTestResultsPages.sh
@@ -134,8 +134,6 @@ ECLIPSE_EXE="${basebuilderDir}/eclipse"
# somehow, seems like this is often not executable ... I guess launcher jar usually used.
chmod -c +x $ECLIPSE_EXE
-export SWT_GTK3=2
-
if [ ! -n ${ECLIPSE_EXE} -a -x ${ECLIPSE_EXE} ]
then
echo "ERROR: ECLIPSE_EXE is not defined or not executable: ${ECLIPSE_EXE}"

Back to the top