Skip to content

Commit e0b8d69

Browse files
stinosdpgeorge
authored andcommitted
github/workflows: Show context for qemu-arm test failures.
Make it easier to see what went wrong in CI builds.
1 parent a9448c0 commit e0b8d69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ports_qemu-arm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: source tools/ci.sh && ci_qemu_arm_build
2525
- name: Print failures
2626
if: failure()
27-
run: grep --text "FAIL" ports/qemu-arm/build/console.out
27+
run: grep --before-context=100 --text "FAIL" ports/qemu-arm/build/console.out

0 commit comments

Comments
 (0)