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

bbdispatch: forcing run against a single perl doesn't provide results #246

Closed
stevieb9 opened this issue Sep 21, 2019 · 2 comments
Closed
Labels

Comments

@stevieb9
Copy link
Owner

When using the -c option and specifying only a single perl to run against, no results are returned, presumably due to the version heading not being present.

bbdispatch -t localhost -r stevieb9/mock-sub -d 7 -c "brewbuild -o 5.28.1"
@stevieb9
Copy link
Owner Author

Very likely related to #241

@stevieb9 stevieb9 added the bug label Sep 21, 2019
@stevieb9
Copy link
Owner Author

This actually turned out not to be a problem, but another one emerged while troubleshooting.

What was happening, was I was typing an incorrect version to the -o argument, but BrewBuild wasn't handling that at all. It was just proceeding away.

We now check against all versions in the -o arg and validate them. If any of them are invalid, we croak().

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

No branches or pull requests

1 participant