Skip to content

Commit f8ddfbc

Browse files
committed
Display the contents of the multi-server test log file in the last two steps to help debug missing [Passed] and [Failed] expected labels.
1 parent 01f145e commit f8ddfbc

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci-multi-server-tests.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,14 @@ jobs:
8181
fi
8282
make -f src/tests/multi-server/all.mk test-5hs-autoaccept
8383
84+
# Display contents of the multi-server test log file for debugging purposes,
85+
# regardless of test success or failure.
86+
echo "============ ${MULTI_SERVER_TEST_LOG} ============"
87+
cat "${MULTI_SERVER_TEST_LOG}"
88+
8489
- name: Verify test results
8590
run: |
86-
echo "==== ${MULTI_SERVER_TEST_LOG} ===="
91+
echo "============ ${MULTI_SERVER_TEST_LOG} ============"
8792
cat "${MULTI_SERVER_TEST_LOG}"
8893
8994
if grep -q '\[Failed\]' "${MULTI_SERVER_TEST_LOG}"; then

0 commit comments

Comments
 (0)