( )⚙ D7588 remotefilelog: use the correct redirection in tests

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
Lint Skipped
Unit
Unit Tests Skipped

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.