r2953 - in /unstable/evolution-data-server/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 15 13:34:31 UTC 2016


Author: biebl
Date: Fri Jul 15 13:34:31 2016
New Revision: 2953

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2953
Log:
Don't make test-suite failures fatal. Dump the contents of the
test-suite.log files to stdout in case of an error.

Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/rules

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=2953&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Fri Jul 15 13:34:31 2016
@@ -5,6 +5,8 @@
     The shared libraries no longer embed any RPATH so this is not needed
     anymore.
   * Convert from cdbs to dh.
+  * Don't make test-suite failures fatal. Dump the contents of the
+    test-suite.log files to stdout in case of an error.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 07 Jun 2016 19:28:42 +0200
 

Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=2953&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules	(original)
+++ unstable/evolution-data-server/debian/rules	Fri Jul 15 13:34:31 2016
@@ -55,3 +55,8 @@
 
 override_dh_strip:
 	dh_strip --dbgsym-migration='evolution-data-server-dbg (<< 3.20.2-2~)'
+
+override_dh_auto_test:
+ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
+	$(MAKE) check || ( find . -name test-suite.log -exec cat {} \;; exit 0; )
+endif




More information about the pkg-evolution-commits mailing list