This is an archive of the discontinued Mercurial Phabricator instance.

tests: use python instead of echo -e
ClosedPublic

Authored by simonfar on Sep 4 2017, 8:22 AM.
Tags
None
Subscribers
None

Details

Reviewers
ryanmce
Group Reviewers
Restricted Project
Commits
rFBHGX3216f5c73f0c: tests: use python instead of echo -e
Summary

BSD echo doesn't support -e. The lint rule says to use Python instead,
so follow its advice

Test Plan

Ran tests locally on Mac and Linux.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

Event Timeline

simonfar created this revision.Sep 4 2017, 8:22 AM
ryanmce accepted this revision.Sep 4 2017, 8:25 AM
This revision is now accepted and ready to land.Sep 4 2017, 8:25 AM
This revision was automatically updated to reflect the committed changes.