Verified Commit 16482427 authored by Michael R. Crusoe's avatar Michael R. Crusoe 🏳️‍🌈
Browse files

report test errors better

parent 52415fa2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -50,6 +50,9 @@ override_dh_auto_install-arch:

override_dh_auto_install-indep:

override_dh_auto_test-arch:
	dh_auto_test || for file in $$(find . -name "FAIL*"); do echo $${file}; cat $${file}; done && false

override_dh_auto_test-indep:

override_dh_install-indep: