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

MRG: more fixes for windows script tests #316

Merged
merged 2 commits into from
Jan 15, 2014

Conversation

matthew-brett
Copy link
Contributor

We got more windows script test failures on the buildbots.

This turned out to be because I had changed the subprocess.Popen command to use
shell=False; if this is the case then windows needs the correct extension for
the executable. Add the '.bat' file extension for the executables on Windows.

Also, quote the Python executable path in case this path has spaces in it.

Python executable can be in a path with spaces.  Quote the discovered python
executable just in case.
Windows scripts need executable name, or shell=True.  Add .bat to name.
arokem added a commit that referenced this pull request Jan 15, 2014
MRG: more fixes for windows script tests
@arokem arokem merged commit 67c323f into dipy:master Jan 15, 2014
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