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-337: fix cmd tool to accept multiple --add commands #338

Merged
merged 1 commit into from
Feb 2, 2024
Merged

Conversation

MikeSchulze
Copy link
Owner

Why

The use of multiple --add commands was incorrect and resulted in no tests being found.

What

Use method arguments to evaluate which function callback needs to be called callv vs call

# Why
The use of multiple `--add` commands was incorrect and resulted in no tests being found.

# What
Use method arguments to evaluate which function callback needs to be called `callv` vs `call`
@MikeSchulze MikeSchulze self-assigned this Feb 2, 2024
@MikeSchulze MikeSchulze merged commit 1d383e8 into master Feb 2, 2024
@MikeSchulze MikeSchulze deleted the GD-337 branch February 2, 2024 22:00
MikeSchulze added a commit that referenced this pull request Feb 3, 2024
# Why
The use of multiple `--add` commands was incorrect and resulted in no
tests being found.

# What
Use method arguments to evaluate which function callback needs to be
called `callv` vs `call`
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-337: cmd tool ends with no tests found if multiple --add commands are used
1 participant