Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions tests/testlib.bash
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down