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

GD-380: Add cmd option to allow running with --headless mode #381

Merged
merged 1 commit into from
Mar 29, 2024

Conversation

MikeSchulze
Copy link
Owner

Why

For certain reasons, we would like to run the test in headless mode, but the cmd tool does not allow this and ends with an error message.

What

Added new option --ignoreHeadlessMode to ignore this fact and print only a warning and continue the processing.

image

# Why
For some reasons we want to run the test in headless mode but the cmd tool do not allow this and ends with an error.

# What
Added new option `--ignoreHeadlessMode` to ignore this fact and print only a warning and continue the processing
@MikeSchulze MikeSchulze self-assigned this Mar 29, 2024
@MikeSchulze MikeSchulze changed the title GD-380: Add cmd option to run with --headless mode GD-380: Add cmd option to run with --headless mode Mar 29, 2024
@MikeSchulze MikeSchulze changed the title GD-380: Add cmd option to run with --headless mode GD-380: Add cmd option to allow to run with --headless mode Mar 29, 2024
@MikeSchulze MikeSchulze changed the title GD-380: Add cmd option to allow to run with --headless mode GD-380: Add cmd option to allow running with --headless mode Mar 29, 2024
@MikeSchulze MikeSchulze merged commit b47e847 into master Mar 29, 2024
@MikeSchulze MikeSchulze deleted the GD-380 branch March 29, 2024 11:24
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.

GD-380: Allow Godot headless mode by using property --ignoreHeadlessMode
1 participant