Skip to content

Commit

Permalink
github/workflows: Show context for qemu-arm test failures.
Browse files Browse the repository at this point in the history
Make it easier to see what went wrong in CI builds.
  • Loading branch information
stinos authored and dpgeorge committed Jan 22, 2022
1 parent a9448c0 commit e0b8d69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ports_qemu-arm.yml
Expand Up @@ -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

0 comments on commit e0b8d69

Please sign in to comment.