Junio C Hamano <gitster@xxxxxxxxx> 于2020年5月7日周四 上午7:14写道: > > Jiang Xin <worldhello.net@xxxxxxxxx> writes: > > > From: Jiang Xin <zhiyou.jx@xxxxxxxxxxxxxxx> > > > > This topic introduces a new hook named "proc-receive" for > > "receive-pack". We can use this hook to implement a Gerrit-like > > centralized workflow. > > https://github.com/git/git/runs/651179641 shows us that osx-clang > job ends like so: > > Thanks. > > > Test Summary Report > ------------------- > t5411-proc-receive-hook.sh (Wstat: 256 Tests: 273 Failed: 0) > Non-zero exit status: 1 > Parse errors: Tests out of sequence. Found (27) but expected (26) > Tests out of sequence. Found (28) but expected (27) > Tests out of sequence. Found (29) but expected (28) > Tests out of sequence. Found (30) but expected (29) > Tests out of sequence. Found (31) but expected (30) It seems that the status report for git-push ("ok <refname>") confuses the test. Will fix it in next reroll.