github/workflows: Show context for qemu-arm test failures.

Make it easier to see what went wrong in CI builds.
pull/8205/head
stijn 2022-01-12 14:35:16 +01:00 zatwierdzone przez Damien George
rodzic a9448c0a86
commit e0b8d69827
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -24,4 +24,4 @@ jobs:
run: source tools/ci.sh && ci_qemu_arm_build
- name: Print failures
if: failure()
run: grep --text "FAIL" ports/qemu-arm/build/console.out
run: grep --before-context=100 --text "FAIL" ports/qemu-arm/build/console.out