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

The order of the argument passed to the runner is wrong #592

Closed
jdneo opened this issue Jan 23, 2019 · 0 comments
Closed

The order of the argument passed to the runner is wrong #592

jdneo opened this issue Jan 23, 2019 · 0 comments
Milestone

Comments

@jdneo
Copy link
Member

jdneo commented Jan 23, 2019

The expected params order should be:

  • vmArgs
  • MainClassName
  • runner type & its test items
  • args to pass to the specific runner

Current order

  • vmArgs
  • args to pass to the specific runner
  • MainClassName
  • runner type & its test items

Note that the args to pass to the specific runner has the wrong order, which will cause Unrecognized option: -n error if the user has his customized args. For example. the --include-classname in JUnit 5

@jdneo jdneo added this to the 0.15.0 milestone Jan 28, 2019
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

No branches or pull requests

1 participant