Jelajahi Sumber

Diff failing test output before deleting

This makes it easier to figure out what went wrong.
Richard Laager 8 tahun lalu
induk
melakukan
c44100dcd5
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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 ; \
 			rm -f $@.1.txt $@.2.txt ; \
 			true ; \
 			true ; \
 		else \
 		else \
+			diff -u $@.1.txt $@.2.txt ; \
 			rm -f $@ $@.1.txt $@.2.txt ; \
 			rm -f $@ $@.1.txt $@.2.txt ; \
 			false ; \
 			false ; \
 		fi
 		fi