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 resources flag ignored when true #822

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Conversation

melix
Copy link
Collaborator

@melix melix commented Sep 6, 2023

If the value of the testresources.native flag was explicitly set to true, then counter-intuitively, the native test resources support was disabled. This commit therefore fixes a bug in the parsing logic, when the value true was effectively considered `false.

If the value of the `testresources.native` flag was explicitly set
to `true`, then counter-intuitively, the native test resources support
was disabled. This commit therefore fixes a bug in the parsing logic,
when the value `true` was effectively considered `false.
@melix melix added the type: bug Something isn't working label Sep 6, 2023
@melix melix added this to the 4.1.0 milestone Sep 6, 2023
@melix melix requested a review from dstepanov September 6, 2023 10:17
@melix melix self-assigned this Sep 6, 2023
@melix melix merged commit a5c9e54 into master Sep 6, 2023
4 of 5 checks passed
@melix melix deleted the cc/fix-testresources-flag branch September 6, 2023 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants