elasticsearch/.gitattributes
Rory Hunter d6912ebd59
Assert no carriage returns in release notes test samples (#77238)
The expected output files for the generated changelogs should not contain carriage
returns (`\r`). Their presence was causing test failures on Windows. Fix by setting
the EOL character via `.gitattributes`
2021-09-07 20:45:23 +01:00

5 lines
221 B
Text

CHANGELOG.asciidoc merge=union
# These files contain expected text output, and should not be changed on
# Windows
build-tools-internal/src/test/resources/org/elasticsearch/gradle/internal/release/*.asciidoc text eol=lf