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

[release-1.4] tests: Use realpath() before == path comparisons (#34506) #34581

Merged
merged 1 commit into from
Jan 30, 2020

Conversation

staticfloat
Copy link
Member

This should fix CI issues due to windows buildbot environment changes.

These should probably be using `samefile`, if they were real code instead of just tests. Though it's unclear why real code would be doing this. Maybe just don't put your paths in hash-tables and you'll normally be fine.

(cherry picked from commit a5c422f)
@staticfloat staticfloat changed the title tests: Use realpath() before == path comparisons (#34506) [release-1.4] tests: Use realpath() before == path comparisons (#34506) Jan 29, 2020
@staticfloat staticfloat changed the base branch from release-1.4 to backports-release-1.4 January 29, 2020 19:52
@staticfloat
Copy link
Member Author

@KristofferC Is this correct? If so, I'll merge this then rebase #34561 on top of it.

@KristofferC KristofferC merged commit 0d3f01c into backports-release-1.4 Jan 30, 2020
@KristofferC KristofferC deleted the sf/backport_realpath_ci_fix branch January 30, 2020 07:00
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.

2 participants