]> git.ipfire.org Git - thirdparty/git.git/commit
ci(github): avoid printing test case preamble twice
authorVictoria Dye <vdye@github.com>
Sat, 21 May 2022 22:18:53 +0000 (22:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 May 2022 23:25:56 +0000 (16:25 -0700)
commit110e91150ddb8caa75be8e1ffb937047dbd2752f
tree6075c35575ef7edfd26138de923c4de9192b6228
parent448de909a7dc0e0cc80aff6eff84de56a4c8bbfc
ci(github): avoid printing test case preamble twice

We want to mark up the test case preamble when presenting test output in
Git's GitHub workflow. Let's suppress the non-marked-up version in that
case. Any information it would contain is included in the marked-up
variant already.

Signed-off-by: Victoria Dye <vdye@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib-functions.sh
t/test-lib-github-workflow-markup.sh