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 windows stuff #999

Merged
merged 2 commits into from
Jan 9, 2016
Merged

Fix windows stuff #999

merged 2 commits into from
Jan 9, 2016

Conversation

ferd
Copy link
Collaborator

@ferd ferd commented Jan 7, 2016

This should fix #849.

Changes how robocopy does recursive directory copies, and normalizes some directory handling.

- robocopying a directory into another directory recursively expects the
  directory name to be properly mapped onto the destination, otherwise
  all the files are copied into the given path. This patches things so
  a directory-to-directory robocopy works as expected in a linux mindset
  so tests pass
- the test for canonical paths didn't expect a windows environment at
  all; the test (and library) is modified to be consistent in that
  environment: always with a native format and with proper support of
  drive letters.
@tsloughter
Copy link
Collaborator

Cool, +1

tsloughter added a commit that referenced this pull request Jan 9, 2016
@tsloughter tsloughter merged commit 41fe283 into erlang:master Jan 9, 2016
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.

Windows test failures
2 participants