[all-commits] [llvm/llvm-project] 2fdf49: [llvm-rc] Handle Windows line endings in tag-html ...
Daniel Paoliello via All-commits
all-commits at lists.llvm.org
Tue Oct 22 09:54:53 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fdf49db7562eadbe01b18f0d01a955cd41b94ea
https://github.com/llvm/llvm-project/commit/2fdf49db7562eadbe01b18f0d01a955cd41b94ea
Author: Daniel Paoliello <danpao at microsoft.com>
Date: 2024-10-22 (Tue, 22 Oct 2024)
Changed paths:
M llvm/test/tools/llvm-rc/tag-html.test
Log Message:
-----------
[llvm-rc] Handle Windows line endings in tag-html test (#113000)
The tag-html.test has been failing for me and [in
CI](https://buildkite.com/llvm-project/github-pull-requests/builds/111277#0192a122-c5c9-4e4e-bc5b-7532fec99ae4)
if Git happens to decide to check out the baseline file with Windows
line endings.
This fix for this is to call `tr` to strip Windows newlines when copying
the baselines files to the test output directory before embedding them.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list