]> git.ipfire.org Git - thirdparty/git.git/commit
ci: call `finalize_test_case_output` a little later
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 21 May 2022 22:18:56 +0000 (22:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 May 2022 23:25:57 +0000 (16:25 -0700)
commit3069f2a6f4c38e7e599067d2e4a8e31b4f53e2d3
treeaf6f848ae8d5536c14511fa0af048e2e12f7b06b
parentaeea0084a0d72410422e5a4dccda5829240a5fc1
ci: call `finalize_test_case_output` a little later

We used to call that function already before printing the final verdict.
However, now that we added grouping to the GitHub workflow output, we
will want to include even that part in the collapsible group for that
test case.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh