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).
Details
Details
- Reviewers
pulkit - Group Reviewers
hg-reviewers - Commits
- rHG7a9b74e98240: test-lfs: avoid a bashism when spawning the server
Diff Detail
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.