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

Fix test class checking to break when it finds a match. #464

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

cgruber
Copy link
Collaborator

@cgruber cgruber commented Jan 26, 2021

The present logic fails to break the loop when it finds a match, so just assumes the last match. However, the matchers are ordered, because the later ones are more general, and so a given path may match more than one (e.g. test/ and src/test/kotlin/ will both match foo/bar/src/test/kotlin/my/package/SomeTest.kt).

a.k.a. oops.

@cgruber cgruber merged commit 94ff0b8 into master Jan 26, 2021
@cgruber cgruber deleted the fix_test_class_guessing branch January 26, 2021 00:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants