소스 검색

Diff failing test output before deleting

This makes it easier to figure out what went wrong.
Richard Laager 8 년 전
부모
커밋
c44100dcd5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      examples/Makefile.am

+ 1 - 0
examples/Makefile.am

@@ -46,6 +46,7 @@ EXTRA_DIST = $(examples_DATA)
 			rm -f $@.1.txt $@.2.txt ; \
 			true ; \
 		else \
+			diff -u $@.1.txt $@.2.txt ; \
 			rm -f $@ $@.1.txt $@.2.txt ; \
 			false ; \
 		fi