Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Conversation

@rosen-vladimirov
Copy link
Collaborator

Currently unit tests fail on Windows as the type command used in the tests is not a real executable - it is integrated in the cmd. So spawning type fails and the tests fail as well.
In order to fix this, pass shell option to child process, so the child process will spawn CMD and after that type command will succeed.

Currently unit tests fail on Windows as the `type` command used in the tests is not a real executable - it is integrated in the `cmd`. So spawning `type` fails and the tests fail as well.
In order to fix this, pass `shell` option to child process, so the child process will spawn CMD and after that type command will succeed.
Copy link
Contributor

@Mitko-Kerezov Mitko-Kerezov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@rosen-vladimirov rosen-vladimirov merged commit 6da5007 into master Nov 1, 2017
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-tests branch November 1, 2017 08:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants