Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Fix rcov integration on windows (or platoform where PATH_SEPARATOR != : more generally) #421

Closed
wants to merge 1 commit into from

Conversation

sundbp
Copy link

@sundbp sundbp commented Jul 9, 2011

Fixes incorrect behavior on windows platform where PATH_SEPARATOR
is set to ';' which tricks rcov to add "spec;lib" to path instead
of adding ["spec", "lib"].

Fixes incorrect behavior on windows platform where PATH_SEPARATOR
is set to ';' which tricks rcov to add "spec;lib" to path instead
of adding ["spec", "lib"].
@sundbp
Copy link
Author

sundbp commented Sep 27, 2011

This would be really useful to incorporate in order to support rcov on windows properly. If you check the rcov source it clearly does not use the PATH_SEPARATOR, always uses ":".

Thanks

@dchelimsky
Copy link
Contributor

Already changed in 06b4122 - will be part of 2.7, coming no later than early November.

@dchelimsky dchelimsky closed this Oct 5, 2011
@sundbp
Copy link
Author

sundbp commented Oct 5, 2011

fantastic - thank you very much!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants