Skip to content

Fix console launcher's --uid option #4589

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

Merged
merged 4 commits into from
May 27, 2025
Merged

Conversation

sormuras
Copy link
Member

@sormuras sormuras commented May 27, 2025

Overview

Prior to this change, unique id selectors weren't included in the list of explicit selectors - which resulted in a confusing error message:

Please specify an explicit selector option or use `--scan-class-path` or `--scan-modules`

Note that --select uid:[...] was not affected by this bug.

Fixes #4587


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

Prior to this commit, unique id selectors weren't
included in the list of explicit selectors - which
resulted a false error message:
    Please specify an explicit selector option or
    use `--scan-class-path` or `--scan-modules`

Fixes #4587
@sormuras sormuras marked this pull request as ready for review May 27, 2025 13:02
*
* Fix support of `--uid`/`--select-unique-id` options in the console launcher.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should go to the 5.13.0 release notes

@sormuras sormuras merged commit fa3c065 into main May 27, 2025
13 checks passed
@sormuras sormuras deleted the issues/4587-fix-console-uid-option branch May 27, 2025 13:40
marcphilipp added a commit that referenced this pull request May 27, 2025
Prior to this commit, unique id selectors weren't
included in the list of explicit selectors - which
resulted a false error message:
```
    Please specify an explicit selector option or
    use `--scan-class-path` or `--scan-modules`
```

Fixes #4587

---------

Co-authored-by: Marc Philipp <[email protected]>
(cherry picked from commit fa3c065)
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.

Fix console launcher --uid option
2 participants