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

investigate windows crlf issues #5289

Merged
merged 3 commits into from
Jul 28, 2023

Commits on Jul 27, 2023

  1. remove .gitattributes file

    It was a temporary workaround to make some tests pass on Windows
    
    Ticket: ENT-10254
    
    Changelog: none
    Aleksei Shpakovskii committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    8c3fd2f View commit details
    Browse the repository at this point in the history
  2. un-soft-fail passing tests

    After removing .gitattributes file, some tests started passing
    
    Ticket: ENT-10254
    
    Changelog: none
    Aleksei Shpakovskii committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    1c93e72 View commit details
    Browse the repository at this point in the history
  3. Convert win lineendings to Unix for tests which need it on Windows

    Also install dos2unix for this and remove cf-secret workaround, since we
    package it now
    
    Ticket: ENT-10433
    
    Changelog: none
    Aleksei Shpakovskii committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    9a9d10d View commit details
    Browse the repository at this point in the history