Explorar o código

Diff failing test output before deleting

This makes it easier to figure out what went wrong.
Richard Laager %!s(int64=8) %!d(string=hai) anos
pai
achega
c44100dcd5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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