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

Issue1159 #1162

Merged
merged 2 commits into from
Aug 19, 2024
Merged

Issue1159 #1162

merged 2 commits into from
Aug 19, 2024

Conversation

petersilva
Copy link
Contributor

close #1159

give the kinds of error messages normal people expect when invalid configurations (usualyl typos) are given on the command line. If given a configuration that does not match anything... be conservative and do nothing.

Note, the flow tests currently do operations on non-existent/invalid configurations, so they need a PR ...
this one: MetPX/sr_insects#54

in order to pass (the flow tests when automatically invoked below will fail because the above sr_insects PR isn't merged.)

Copy link

github-actions bot commented Aug 9, 2024

Test Results

1 tests   0 ✅  14s ⏱️
1 suites  0 💤
1 files    0 ❌  1 🔥

For more details on these errors, see this check.

Results for commit 1b9b89b.

@petersilva
Copy link
Contributor Author

ohh... it's only the cleanups that fail... so the other PR is needed, to do cleanups.. but the flow tests do not check if the cleanup succeeds. That's why stuff is passing.

@petersilva petersilva marked this pull request as ready for review August 10, 2024 02:14
@petersilva petersilva merged commit d6c5f00 into development Aug 19, 2024
27 of 37 checks passed
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.

more obvious message when wrong config pattern given.
2 participants