This is an archive of the discontinued Mercurial Phabricator instance.

run-test: avoid byte issue when replacing output file of python test
ClosedPublic

Authored by marmoute on Jan 25 2021, 9:36 PM.

Details

Summary

Otherwise we get error like::

FileNotFoundError: [Errno 2] No such file or directory: "b'…/tests/test-minirst.py'.out"

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.