From: Johannes Schindelin Date: Sat, 21 May 2022 22:18:55 +0000 (+0000) Subject: ci(github): mention where the full logs can be found X-Git-Tag: v2.37.0-rc0~25^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aeea0084a0d72410422e5a4dccda5829240a5fc1;p=thirdparty%2Fgit.git ci(github): mention where the full logs can be found 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 Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano --- diff --git a/ci/lib.sh b/ci/lib.sh index de6532ee8c..2f6d9d26e4 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"