r46828 - in /desktop/unstable/pygobject/debian: changelog rules
biebl at users.alioth.debian.org
biebl at users.alioth.debian.org
Thu Oct 29 02:12:26 UTC 2015
Author: biebl
Date: Thu Oct 29 02:12:25 2015
New Revision: 46828
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=46828
Log:
If the test-suite fails and we ignore the failure, log this accordingly.
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=46828&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/changelog [utf-8] (original)
+++ desktop/unstable/pygobject/debian/changelog [utf-8] Thu Oct 29 02:12:25 2015
@@ -2,6 +2,7 @@
* New upstream release.
* Run test-suite on all architectures again.
+ * If the test-suite fails and we ignore the failure, log this accordingly.
-- Michael Biebl <biebl at debian.org> Thu, 29 Oct 2015 02:45:24 +0100
Modified: desktop/unstable/pygobject/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/pygobject/debian/rules?rev=46828&op=diff
==============================================================================
--- desktop/unstable/pygobject/debian/rules [utf-8] (original)
+++ desktop/unstable/pygobject/debian/rules [utf-8] Thu Oct 29 02:12:25 2015
@@ -13,7 +13,7 @@
TESTSUITE_FAIL_CMD=exit 1
ifneq ($(findstring $(DEB_BUILD_ARCH), s390x mipsel kfreebsd-amd64 kfreebsd-i386 hurd-i386),)
# tests currently fail on these architectures
- TESTSUITE_FAIL_CMD=true
+ TESTSUITE_FAIL_CMD=( echo "*** test-suite FAILED but continuing anyway ***"; true; )
endif
configure_flags += \
More information about the pkg-gnome-commits
mailing list