Explorar el Código

Diff failing test output before deleting

This makes it easier to figure out what went wrong.
Richard Laager hace 8 años
padre
commit
c44100dcd5
Se han modificado 1 ficheros con 1 adiciones y 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