Skip to content

Commit 6b5b4c8

Browse files
DEBUG: dump struct_vmbus_channel_offer_channel on test failure
1 parent 45565bf commit 6b5b4c8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@ jobs:
4949
- name: Run test suite
5050
run: make test
5151

52+
- name: DEBUG - dump offending struct on failure
53+
if: failure()
54+
run: grep -n -B2 -A40 'class struct_vmbus_channel_offer_channel' vmlinux.py || true
55+
5256
- name: Check whether sudo is usable
5357
id: sudo-check
5458
run: |

0 commit comments

Comments
 (0)