r2954 - /unstable/evolution-data-server/debian/rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 15 13:58:11 UTC 2016


Author: biebl
Date: Fri Jul 15 13:58:10 2016
New Revision: 2954

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2954
Log:
Run complete test-suite and do not abort after first error

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

Modified: unstable/evolution-data-server/debian/rules
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/rules?rev=2954&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/rules	(original)
+++ unstable/evolution-data-server/debian/rules	Fri Jul 15 13:58:10 2016
@@ -58,5 +58,5 @@
 
 override_dh_auto_test:
 ifeq (, $(filter nocheck, $(DEB_BUILD_OPTIONS)))
-	$(MAKE) check || ( find . -name test-suite.log -exec cat {} \;; exit 0; )
+	$(MAKE) -k check || ( find . -name test-suite.log -exec cat {} \;; exit 0; )
 endif




More information about the pkg-evolution-commits mailing list