From cc05914c95dfe99c8ed66e54a2c51565afcdf204 Mon Sep 17 00:00:00 2001 From: Zdenek Zambersky Date: Mon, 6 Oct 2025 20:08:38 +0200 Subject: [PATCH] Disable opening of donate page by eclipse --- tests/testlib.bash | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/testlib.bash b/tests/testlib.bash index 0675f93..e8924ab 100644 --- a/tests/testlib.bash +++ b/tests/testlib.bash @@ -726,6 +726,9 @@ function installEclipse_archive() { else tar -xf "$archive" fi + # disable launching of browser with donate page, see: + # https://www.eclipse.org/forums/index.php/t/1104324/ + echo "-Dorg.eclipse.oomph.setup.donate=false" >> "$Eclipse_DIR"/eclipse.ini fi }