Pārlūkot izejas kodu

Diff failing test output before deleting

This makes it easier to figure out what went wrong.
Richard Laager 8 gadi atpakaļ
vecāks
revīzija
c44100dcd5
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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