-
Notifications
You must be signed in to change notification settings - Fork 846
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
Can't specify --test-arguments more than once #2226
Comments
I'm not opposed to this, but what's the intended usecase? I can also see value in the reset semantics and this would be a behavior change. We'd also need to revisit other similar flags and change their behavior for consistency with this one. For example, the flags for invoked programs - #652 |
Intended usecase:
|
Makes sense! I think the resolution of this ticket should be that all command-argument like options have this combining semantics. |
See #4748 |
…guments Allow multiple --test-arguments to be passed (fixes #2226)
stack=1.1.2
expected: testArguments == ["a", "b", "c", "d"]
The text was updated successfully, but these errors were encountered: