Mercurial > hg
comparison .clang-format @ 52093:dbd2d56224d1
tests: force `dummysmtpd.py` to write its log file with '\n' on Windows
The log files were being `cat'd` in `test-patchbomb-tls.t`, and causing
gratuitous failures. Since `sys.stdout` is being written to with `str` instead
of `bytes`, use a `io.TextIOWrapper` to change the EOL, like 2924676d4728.
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 15 Oct 2024 18:35:45 -0400 |
parents | d0a3fa849cb8 |
children |
comparison
equal
deleted
inserted
replaced
52092:e2311951b63a | 52093:dbd2d56224d1 |
---|