( )⚙ D8341 tests: force \n newlines when writing to sys.stdout

This is an archive of the discontinued Mercurial Phabricator instance.

tests: force \n newlines when writing to sys.stdout
ClosedPublic

Authored by indygreg on Mar 29 2020, 9:30 PM.

Details

Summary

Without this, Python 3 on Windows inserts some \r that aren't
present in the input, causing test-http-bad-server.t to fail.
After this change, the test passes on Python 3 on Windows!

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

indygreg created this revision.Mar 29 2020, 9:30 PM
This revision was not accepted when it landed; it landed in state Needs Review.
This revision was automatically updated to reflect the committed changes.