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

Make it easier to see what went wrong in CI builds.
This commit is contained in:
stijn 2022-01-12 14:35:16 +01:00 committed by Damien George
parent a9448c0a86
commit e0b8d69827
1 changed files with 1 additions and 1 deletions

View File

@ -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