diff options
| author | stijn <stijn@ignitron.net> | 2022-01-12 14:35:16 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-01-23 09:25:19 +1100 |
| commit | e0b8d6982713c78169ec882770e746f2c5f4bc30 (patch) | |
| tree | 6dc4af4cbb6c0ecc70eccb936839b637a9229b56 | |
| parent | a9448c0a86d6d1f04e190d5c093ca93d9470b99a (diff) | |
github/workflows: Show context for qemu-arm test failures.
Make it easier to see what went wrong in CI builds.
| -rw-r--r-- | .github/workflows/ports_qemu-arm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ports_qemu-arm.yml b/.github/workflows/ports_qemu-arm.yml index 8d144ca3c..0489a93d5 100644 --- a/.github/workflows/ports_qemu-arm.yml +++ b/.github/workflows/ports_qemu-arm.yml @@ -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 |
