[Pkg-gnutls-commits] r1922 - in /packages/gnutls28/branches/experimental/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Nov 10 07:59:09 UTC 2013


Author: ametzler
Date: Sun Nov 10 07:59:09 2013
New Revision: 1922

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1922
Log:
Print out test-suite.log on test-suite-error.

Modified:
    packages/gnutls28/branches/experimental/debian/changelog
    packages/gnutls28/branches/experimental/debian/rules

Modified: packages/gnutls28/branches/experimental/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/branches/experimental/debian/changelog?rev=1922&op=diff
==============================================================================
--- packages/gnutls28/branches/experimental/debian/changelog	(original)
+++ packages/gnutls28/branches/experimental/debian/changelog	Sun Nov 10 07:59:09 2013
@@ -1,6 +1,8 @@
 gnutls28 (3.2.6-2) UNRELEASED; urgency=low
 
   * NOT RELEASED YET
+  * Print out test-suite.log on test-suite-error. (Thanks, Steven Chamberlain
+    for the hint.)
 
  -- Andreas Metzler <ametzler at debian.org>  Tue, 05 Nov 2013 19:54:36 +0100
 

Modified: packages/gnutls28/branches/experimental/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/gnutls28/branches/experimental/debian/rules?rev=1922&op=diff
==============================================================================
--- packages/gnutls28/branches/experimental/debian/rules	(original)
+++ packages/gnutls28/branches/experimental/debian/rules	Sun Nov 10 07:59:09 2013
@@ -101,5 +101,13 @@
 override_dh_strip:
 	dh_strip --dbg-package=libgnutls28-dbg
 
+override_dh_auto_test:
+	dh_auto_test || touch dh_auto_test.fail
+	@if test -e dh_auto_test.fail ; then \
+		find -name test-suite.log | \
+		while read i ; do \
+		echo "----dh_auto_test.fail" ; echo $i ; echo ---- ; \
+		cat $i ; echo ; done ; rm -f dh_auto_test.fail; false; fi
+
 %:
 	dh $@ --parallel --with autotools_dev




More information about the Pkg-gnutls-commits mailing list