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

Unit tests depend on core.autocrlf in Git #49

Open
ForNeVeR opened this issue May 24, 2021 · 0 comments
Open

Unit tests depend on core.autocrlf in Git #49

ForNeVeR opened this issue May 24, 2021 · 0 comments
Assignees

Comments

@ForNeVeR
Copy link
Contributor

ForNeVeR commented May 24, 2021

(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
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

No branches or pull requests

2 participants