Closed becdetat closed 11 years ago
Hmm just RDP'd and checked it out - it's definitely a line endings issue. The .approved file is LF for some reason. This makes sense based on my new understanding of how git stores files controlled by .gitattributes, however, I'm confused as to why the other approval tests files haven't had the same issue...
Yeah looks like I've got autocrlf on. FML.
Also nobody likes a smartarse.
Oh who am I kidding, I can't stay angry at you. :cake:
Oh dear god, just realised we aren't using .gitattributes. This explains everything.
Change your autocrlf setting to off and commit the file as crlf.
I'll need to get .gitattributes sorted. Will add an issue.
What line endings did you check the approval file in as? Is the .approved file in this diff?
If you can't work it out I can RDp into the Ci server to see what's up.