This is an archive of the discontinued Mercurial Phabricator instance.

tests: allow [Errno] in output
ClosedPublic

Authored by indygreg on Jan 31 2018, 2:04 PM.

Details

Summary

I'm not sure why, but my system is printing "[Errno -5]" before
the "No address associated with hostname" message. I suspect a
modern version of Python improved errno tracking or something.

Add an "[Errno ...]" pattern as optional output to make the test
pass.

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.

Event Timeline

indygreg created this revision.Jan 31 2018, 2:04 PM
durin42 accepted this revision.Feb 1 2018, 5:34 PM
This revision is now accepted and ready to land.Feb 1 2018, 5:34 PM
This revision was automatically updated to reflect the committed changes.