r46832 - in /desktop/unstable/pygobject/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Oct 29 23:56:59 UTC 2015
Author: biebl
Date: Thu Oct 29 23:56:59 2015
New Revision: 46832
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46832
Log:
Make the test-suite fatal for all architectures so we can more easily
detect failures.
Modified:
desktop/unstable/pygobject/debian/changelog
desktop/unstable/pygobject/debian/rules
Modified: desktop/unstable/pygobject/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/changelog?rev=46832&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Thu Oct 29 23:56:59 2015
@@ -4,6 +4,8 @@
should be non-fatal. Use filter instead of findstring, as findstring also
matches substrings (e.g. adding kfreebsd-amd64 did also make the amd64
test-suite non-fatal).
+ * Make the test-suite fatal for all architectures so we can more easily
+ detect failures.
-- Michael Biebl <biebl at debian.org> Fri, 30 Oct 2015 00:51:54 +0100
Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=46832&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules [utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules [utf-8] Thu Oct 29 23:56:59 2015
@@ -11,7 +11,7 @@
FLAVOURS := $(PYVERS) $(patsubst %,%-dbg,$(PYVERS))
TESTSUITE_FAIL_CMD=exit 1
-ifneq ($(filter $(DEB_BUILD_ARCH), s390x mipsel kfreebsd-amd64 kfreebsd-i386 hurd-i386),)
+ifneq ($(filter $(DEB_BUILD_ARCH), ),)
# tests currently fail on these architectures
TESTSUITE_FAIL_CMD=( echo "*** test-suite FAILED but continuing anyway ***"; true; )
endif
More information about the pkg-gnome-commits
mailing list