diff mbox series

[v3,11/12] ci(github): mention where the full logs can be found

Message ID 370b08d3a1154ba3d17b91c0afc5ff015fa4b73c.1653171536.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit aeea0084a0d72410422e5a4dccda5829240a5fc1
Headers show
Series ci: make Git's GitHub workflow output much more helpful | expand

Commit Message

Johannes Schindelin May 21, 2022, 10:18 p.m. UTC
From: Johannes Schindelin <johannes.schindelin@gmx.de>

The full logs are contained in the `failed-tests-*.zip` artifacts that
are attached to the failed CI run. Since this is not immediately
obvious to the well-disposed reader, let's mention it explicitly.

Suggested-by: Victoria Dye <vdye@github.com>
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
 ci/lib.sh | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/ci/lib.sh b/ci/lib.sh
index de6532ee8cd..2f6d9d26e40 100755
--- a/ci/lib.sh
+++ b/ci/lib.sh
@@ -177,6 +177,7 @@  then
 			test_name="${test_exit%.exit}"
 			test_name="${test_name##*/}"
 			printf "\\e[33m\\e[1m=== Failed test: ${test_name} ===\\e[m\\n"
+			echo "The full logs are in the artifacts attached to this run."
 			cat "t/test-results/$test_name.markup"
 
 			trash_dir="t/trash directory.$test_name"