-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
make test fails early on (Win64) #7203
Comments
Might be related to #7165 |
Nope, unfortunately no. Still errors for the same reason. |
I think what @ivarne meant is the test was recently added to resolve that issue, but leads to trouble on Windows depending on how your git is configured. If your git is configured to download the source with Windows line endings (or if you open and modify the file with some brain-dead editor that always replaces line endings with |
Indeed I went check and the files have the Windows EOLs. |
There are multiple ways of doing it in Git, at the user level or at the repository level. See https://help.github.com/articles/dealing-with-line-endings#platform-all Since there's no Can you check if the simple modification to the test in #7220 fixes things on your end? |
Yes, it does solve the issue thanks. And now I'm back to my other long standing failure. Joaquim
|
Right, but it's not such easy thing to do. For example the repetition of
made me think that there was only one error. |
Actually, I never managed to run the the
make test
till the end on Windows, but since a week or two it's failing quite earlier than it used to.The text was updated successfully, but these errors were encountered: