--- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ %.test: %.test.log @echo "========================================" @echo "checking output of test $*" - @diff $< $*.test.expected + @diff $< $*.test.expected || cat $< %.test.log: %.test.txt @echo "========================================"