We were inserting str on Python 3 which resulted in mixed
str/bytes types on the list. This would later blow up when
trying to write str to the .err file opened in bytes mode.
Details
Details
- Reviewers
- None
- Group Reviewers
hg-reviewers - Commits
- rHGd9e7ac50b80a: run-tests: use byte strings for inserted output
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.