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

Pass tests on Windows (and run them on travis) #237

Merged
merged 5 commits into from Aug 22, 2019
Merged

Conversation

isaacs
Copy link
Contributor

@isaacs isaacs commented Aug 21, 2019

Waiting on travis to complete, but this makes windows tests pass locally.

@isaacs isaacs requested a review from a team as a code owner August 21, 2019 23:42
Fix regression where shims fail to preserve exit code
Properly handle git+file: urls on Windows when a drive letter is
included.
Despite being bash, Node.js running on windows git mingw bash still
executes child processes using cmd.exe.  As a result, arguments in this
environment need to be escaped in the style of cmd.exe, not bash.
@isaacs isaacs merged commit fea3a02 into latest Aug 22, 2019
@isaacs isaacs deleted the isaacs/windows-travis branch October 2, 2020 21:43
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

2 participants