This is an archive of the discontinued Mercurial Phabricator instance.

tests: add lots of globs and conditional output lines
ClosedPublic

Authored by durin42 on Oct 12 2018, 12:53 PM.

Details

Summary

The test now passes on Python 3. I'm going to do one follow-up where
I'll adjust some grep calls to improve our checking of things on
Python 3.

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

durin42 created this revision.Oct 12 2018, 12:53 PM
durin42 updated this revision to Diff 11915.Oct 12 2018, 12:57 PM
durin42 updated this revision to Diff 11918.Oct 12 2018, 1:19 PM
indygreg requested changes to this revision.Oct 12 2018, 1:32 PM
indygreg added a subscriber: indygreg.

I think this will clean up (possibly be unnecessary) after %s.

This revision now requires changes to proceed.Oct 12 2018, 1:32 PM

The new quotes are from Python: they added the quotes in their import error messages.

pulkit accepted this revision.Oct 13 2018, 5:50 AM
This revision was automatically updated to reflect the committed changes.