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

Options feature does not allow adding extra xvfb-run options #23

Open
ssbarnea opened this issue Dec 15, 2021 · 0 comments
Open

Options feature does not allow adding extra xvfb-run options #23

ssbarnea opened this issue Dec 15, 2021 · 0 comments

Comments

@ssbarnea
Copy link

The way options feature was implemented does not allow adding other arguments to xvfb-run itself, like enabling an error log.

Usually you would have to add something like -e /tmp/x.logto xvfb-run to enable logging instead of the implicit /dev/null but we cannot do that using options because the composed command will become /usr/bin/xvfb-run --auto-servernum -s -e x.log ...

The -s being before our extra options breaks it and I am not aware of a way to address that.

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

No branches or pull requests

1 participant