This is an archive of the discontinued Mercurial Phabricator instance.

remotefilelog: use the correct redirection in tests
ClosedPublic

Authored by marmoute on Dec 9 2019, 8:02 AM.

Details

Summary

The test were using '2>%1' which just redirect stderr in the "%1" file. The
intend was '2>&1' which redirect stderr on stdin.

This impact tests because some commit were picking up this '%1' files.

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

marmoute created this revision.Dec 9 2019, 8:02 AM

target is the stable-branch

durin42 accepted this revision.Dec 9 2019, 10:14 AM
This revision is now accepted and ready to land.Dec 9 2019, 10:14 AM
This revision was automatically updated to reflect the committed changes.