Skip to content

Commit aeea008

Browse files
dschogitster
authored andcommitted
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 <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0068c82 commit aeea008

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/lib.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ then
177177
test_name="${test_exit%.exit}"
178178
test_name="${test_name##*/}"
179179
printf "\\e[33m\\e[1m=== Failed test: ${test_name} ===\\e[m\\n"
180+
echo "The full logs are in the artifacts attached to this run."
180181
cat "t/test-results/$test_name.markup"
181182

182183
trash_dir="t/trash directory.$test_name"

0 commit comments

Comments
 (0)