Skip to content

Commit

Permalink
Bug #863: test update to diagnose TOS test failure
Browse files Browse the repository at this point in the history
  • Loading branch information
fklassen committed Jun 2, 2024
1 parent ff77374 commit 115539b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: List interfaces
run: ip a
- name: Install prereqs
run: sudo apt -y install autogen libpcap-dev
run: sudo apt -y install autogen libpcap-dev xxd
- name: Create configure script
run: ./autogen.sh
- name: configure
Expand Down
1 change: 1 addition & 0 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ rewrite_tos:
if WORDS_BIGENDIAN
diff $(srcdir)/test.$@ test.$@1 >> test.log 2>&1
else
xxd test.$@1 >> test.log 2>&1
diff $(srcdir)/test2.$@ test.$@1 >> test.log 2>&1
endif
if [ $? ] ; then $(PRINTF) "\t\t\t\t%s\n" "FAILED"; else $(PRINTF) "\t\t\t\t%s\n" "OK"; fi
Expand Down

0 comments on commit 115539b

Please sign in to comment.