We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
When run without --debug=testing, a message about an unknown Testing shows up.
--debug=testing
To Reproduce
Compare the following:
swarm swarm --debug=testing
When you open Messages in the main menu.
Expected behavior
When the testing debug option is not selected, the order file should not complain about an unknown Testing directory.
Screenshots
Additional context
The debug options split might have caused this warning message:
The text was updated successfully, but these errors were encountered:
I bisected it to this commit:
There, I changed the implementation from not "showing" to not "loading" the Testing folder.
Because we do not start UI in tests, we did not notice that the order file was not handled.
Sorry, something went wrong.
Do not warn about hidden directories (#2321)
7d12f90
* refactor `loadScenarioDir` * do not warn about hidden directories not being present as they were deliberately not loaded * closes #2320
Successfully merging a pull request may close this issue.
Describe the bug
When run without
--debug=testing
, a message about an unknown Testing shows up.To Reproduce
Compare the following:
When you open Messages in the main menu.
Expected behavior
When the testing debug option is not selected, the order file should not complain about an unknown Testing directory.
Screenshots
Additional context
The debug options split might have caused this warning message:
The text was updated successfully, but these errors were encountered: