From: Johannes Schindelin <johannes.schindelin@xxxxxx> 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@xxxxxxxxxx> Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- ci/print-test-failures.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/print-test-failures.sh b/ci/print-test-failures.sh index f45e36bdefc..72fae2b0cc4 100755 --- a/ci/print-test-failures.sh +++ b/ci/print-test-failures.sh @@ -65,6 +65,7 @@ do if test -n "$do_markup" then 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_MARKUP" else echo "------------------------------------------------------------------------" -- 2.36.1.1045.gf356b5617dd