Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix environment variable naming in README #1761

Merged
merged 1 commit into from
Jan 3, 2023
Merged

Fix environment variable naming in README #1761

merged 1 commit into from
Jan 3, 2023

Conversation

marvinruder
Copy link
Contributor

Description

This PR renames the environment variable SE_START_XVFB to START_XVFB in the README.

Motivation and Context

The “temporal fix” introduced in #1610 sets both variables SE_START_XVFB and START_XVFB. Since SE_START_XVFB is used only as a fallback for START_XVFB (i.e., it is evaluated only if START_XVFB is null or unset) in this repository’s shell scripts, setting only SE_START_XVFB to false has no effect, and overwriting START_XVFB is required. As suggested here, the best way to handle this issue for now is to update the README.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist

  • I have read the contributing document.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

@CLAassistant
Copy link

CLAassistant commented Jan 2, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@jamesmortensen jamesmortensen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@jamesmortensen jamesmortensen merged commit b6d5b1e into SeleniumHQ:trunk Jan 3, 2023
no-reply pushed a commit to surfliner/surfliner-mirror that referenced this pull request Mar 7, 2023
> setting only SE_START_XVFB to false has no effect

SeleniumHQ/docker-selenium#1761

(˚Õ˚)ر ~~~~╚╩╩╝
prashanth-volvocars pushed a commit to prashanth-volvocars/docker-selenium that referenced this pull request Jun 29, 2023
Copy link

@tksjh tksjh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this commit should be reverted?

START_XVFB is not set in dockerfile since 59cf4f7

selenium already depends on SE_START_XVFB since SeleniumHQ/selenium@5571415

@diemol
Copy link
Member

diemol commented Oct 25, 2023

@tksjh that's correct. Would you like to send a PR for this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants