##// END OF EJS Templates
tests: force `dummysmtpd.py` to write its log file with '\n' on Windows...
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.

File last commit:

r34398:765eb17a default
r52986:dbd2d562 default
Show More
__init__.py
0 lines | 0 B | text/x-python | PythonLexer