Commit 8d6297b
ci: fix renderer_regression_check on Windows CRLF manifest checkout (#137)
* ci: strip CRLF from manifest lines in renderer_regression_check
Windows git checkouts use CRLF for REGRESSION_REPO_MANIFEST.txt; paths
kept a trailing \r so -f tests failed (58 manifest misses). Strip \r
from each line before the existence check and GAME_BASE asset paths.
Co-authored-by: Tim Fox <timfox@outlook.com>
* docs: note CRLF-safe manifest parsing in renderer regression Tier A
Co-authored-by: Tim Fox <timfox@outlook.com>
---------
Co-authored-by: Cursor Agent <cursoragent@cursor.com>1 parent 1f36082 commit 8d6297b
2 files changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| 39 | + | |
39 | 40 | | |
40 | 41 | | |
41 | 42 | | |
| |||
266 | 267 | | |
267 | 268 | | |
268 | 269 | | |
| 270 | + | |
269 | 271 | | |
270 | 272 | | |
271 | 273 | | |
| |||
0 commit comments