]> git.ipfire.org Git - thirdparty/git.git/commitdiff
ci(github): mention where the full logs can be found
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 21 May 2022 22:18:55 +0000 (22:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Sat, 21 May 2022 23:25:56 +0000 (16:25 -0700)
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>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
ci/lib.sh

index de6532ee8cd76937f29c090e07b25ba13d5f07cb..2f6d9d26e4033a927d9dcbaadbcc29c533cae5b4 100755 (executable)
--- 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"