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: check value of operating_system.name instead of operating_system #117

Merged
merged 1 commit into from
Jun 19, 2024

Conversation

ttblanchard
Copy link
Contributor

What was the problem/requirement? (What/Why)

When running the tests I noticed that the fixtures were incorrectly detecting the OS type and trying to use Windows paths on my linux worker hosts.

What was the solution? (How)

Changed operating_system == 'AL2023' to operating_system.name == 'AL2023' in two places.

What is the impact of this change?

The fixtures should work

How was this change tested?

Ran tests with both Linux and Windows worker hosts.

Was this change documented?

No

Is this a breaking change?

No

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@ttblanchard ttblanchard requested a review from a team as a code owner June 19, 2024 15:14
@jusiskin jusiskin changed the title fix: Fix bug with operating_system.name fix: check value of operating_system.name instead of operating_system Jun 19, 2024
@jusiskin jusiskin merged commit 094069d into aws-deadline:mainline Jun 19, 2024
12 checks passed
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.

3 participants