Skip to content

Commit

Permalink
DYLD test
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Jun 27, 2024
1 parent 5c000b4 commit dffbd5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ jobs:
- name: Unzip plugin
run: sudo unzip Wireshark_plugin.zip -d /Applications/Wireshark.app/Contents/
- name: Run ARINC429 test
run: tshark -e A429.LABEL -e A429.WORD -e A429.SDI -e A429.SSM -e A429.DATA -e A429.PARITY -E header=y -T fields -r pcapng_files/arinc429_broadcast.pcapng | tee a429_broadcast.output
run: export DYLD_LIBRARY_PATH=/opt/local/lib:$DYLD_LIBRARY_PATH && tshark -e A429.LABEL -e A429.WORD -e A429.SDI -e A429.SSM -e A429.DATA -e A429.PARITY -E header=y -T fields -r pcapng_files/arinc429_broadcast.pcapng | tee a429_broadcast.output
- name: Run diff
run: diff a429_broadcast.output test/a429_broadcast.output

Expand Down

0 comments on commit dffbd5e

Please sign in to comment.