This is an archive of the discontinued Mercurial Phabricator instance.

test-lfs: avoid a bashism when spawning the server
ClosedPublic

Authored by marmoute on Apr 14 2021, 10:47 AM.

Details

Summary

For zsh, this &> call is read as "& >", this spin the process without
redirection. As a result the server grab stdout, which does not get closed at the
end of the test. As a result run-tests.py hang there forever, waiting for the
the stream for be close. (which is probably as issue on its own).

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.Apr 14 2021, 10:47 AM
pulkit accepted this revision.Apr 14 2021, 7:51 PM
This revision is now accepted and ready to land.Apr 14 2021, 7:51 PM
This revision was automatically updated to reflect the committed changes.