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

Make spec file parsing working on Windows #365

Merged
merged 1 commit into from
Apr 24, 2019

Conversation

romtsn
Copy link
Collaborator

@romtsn romtsn commented Apr 1, 2019

Doing mvn clean verify on Windows actually does not work - due to \r\n usage in spec files, it fails to parse them. So I just replace it with \n.

@shashachu
Copy link
Contributor

@rom4ek I don't actually have a Windows machine to run this on, but I'm fine with merging it once you resolve the conflicts assuming the tests continue to pass.

@romtsn romtsn force-pushed the platform-agnostic-spec-parsing branch from 7406443 to ab30e46 Compare April 23, 2019 20:41
@romtsn
Copy link
Collaborator Author

romtsn commented Apr 23, 2019

@shashachu Done. I guess nobody has a Windows machine besides me :D

@JLLeitschuh
Copy link
Contributor

@shashachu Suggestion: consider adding a Microsoft Azure test plan configuration to tests code with on Windows.

https://azure.microsoft.com/en-us/services/devops/pipelines/

@shashachu
Copy link
Contributor

@JLLeitschuh good idea. I'll open up an issue for it.

@shashachu shashachu merged commit 785f5c0 into pinterest:master Apr 24, 2019
@romtsn romtsn deleted the platform-agnostic-spec-parsing branch April 24, 2019 17:58
@shashachu
Copy link
Contributor

Filed here #406

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.

None yet

3 participants