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 d798a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -691,7 +691,7 @@ if WORDS_BIGENDIAN
else
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
if [ $? ] ; then $(PRINTF) "\t\t\t\t%s\n" "FAILED"; xxd test.$@1; else $(PRINTF) "\t\t\t\t%s\n" "OK"; fi

rewrite_mtutrunc:
$(PRINTF) "%s" "[tcprewrite] MTU Truncate test: "
Expand Down

0 comments on commit d798a0f

Please sign in to comment.