Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Provide RunCMake.CommandLine compare_files data more robustly | Brad King | 2022-10-31 | 2 | -3/+3 |
| | | | | | | | | The `lf` and `crlf` files need to have exact LF and CRLF newlines, respectively. Previously we used the Git `eol` attribute for this, but occasionally the Git work tree ends up without the conversion. It is unclear why that happens, so try to avoid the problem by treating their content as binary instead. | ||||
* | cmake: Add --ignore-eol option to `-E compare_files` command | Taylor Braun-Jones | 2019-01-28 | 5 | -0/+4 |
Fixes: #13007 |