Skip to content

Fix(CI): Fix unittests on Windows #216

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 7 commits into from
Nov 8, 2022

Conversation

mmaeng
Copy link
Contributor

@mmaeng mmaeng commented Nov 4, 2022

Closes #210

Paths were hardcoded with / which is incorrect on Windows. Used os.path.join for OS agnostic path joins.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mmaeng mmaeng requested review from ericzbeard and kddejong November 4, 2022 20:37
@mmaeng mmaeng added bug Something isn't working p0 High Priority and removed p0 High Priority labels Nov 4, 2022
@mmaeng mmaeng marked this pull request as draft November 5, 2022 01:26
@mmaeng mmaeng marked this pull request as ready for review November 7, 2022 20:16
@mmaeng mmaeng merged commit eb8d6ca into aws-cloudformation:master Nov 8, 2022
@mmaeng mmaeng deleted the fix/issue210 branch November 8, 2022 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Unit tests broken on Windows
3 participants