Re: [PATCH 2/1] Revert "t/lib-git-daemon: record daemon log"

2019-01-07 Thread Junio C Hamano
Jeff King writes: > Yep, this looks good to me. Thanks for being extra careful with the > read/printf bits! > > Looks like Junio already queued a99653a9b6 (Revert "t/lib-git-daemon: > record daemon log", 2018-12-28) on the tip of tg/t5570-drop-racy-test, > but that's a pure revert. I think we can

Re: [PATCH 2/1] Revert "t/lib-git-daemon: record daemon log"

2019-01-07 Thread Jeff King
On Sun, Jan 06, 2019 at 05:53:10PM +, Thomas Gummerer wrote: > This reverts commit 314a73d658 (t/lib-git-daemon: record daemon log, > 2018-01-25), which let tests use the output of git-daemon. > > The previous commit removed the last user of deamon.log in the tests, > there's no good way to m

[PATCH 2/1] Revert "t/lib-git-daemon: record daemon log"

2019-01-06 Thread Thomas Gummerer
This reverts commit 314a73d658 (t/lib-git-daemon: record daemon log, 2018-01-25), which let tests use the output of git-daemon. The previous commit removed the last user of deamon.log in the tests, there's no good way to make checking for output in the log race-proof. Revert this commit as well,