JetBrains / JetBrains/ForTea

Unit tests depend on `core.autocrlf` in Git

Open
#49 0 comments 0 reactions 1 assignee Claimed by @kirillgla View on GitHub
Dominant language
C#
Stars
58
Forks
13
Avg merge
5h 4m
Merged PRs (30d)
7

Description

(I'm testing that on Windows; initially found the issue because I have `core.autocrlf=input` defined globally)

### core.autocrlf=true
1. `git -c core.autocrlf=true clone git@github.com:JetBrains/ForTea.git`
2. Run backend tests
3. Result: all tests are green

### core.autocrlf=false
1. `git -c core.autocrlf=false clone git@github.com:JetBrains/ForTea.git`
2. Run backend tests
3. Result: certain tests are red
![image](https://user-images.githubusercontent.com/92793/119306509-75a71d00-bc94-11eb-8156-67039a82dba1.png)

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.