[Git][debian-gis-team/postgis][experimental] Ignore test failure on i386.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Jul 16 08:04:06 BST 2023
Bas Couwenberg pushed to branch experimental at Debian GIS Project / postgis
Commits:
0047ac38 by Bas Couwenberg at 2023-07-16T08:43:15+02:00
Ignore test failure on i386.
https://trac.osgeo.org/postgis/ticket/5448
- - - - -
3 changed files:
- debian/changelog
- debian/rules
- debian/tests/test-extension-creation
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+postgis (3.4.0~beta1+dfsg-1~exp5) UNRELEASED; urgency=medium
+
+ * Ignore test failure on i386.
+ https://trac.osgeo.org/postgis/ticket/5448
+
+ -- Bas Couwenberg <sebastic at debian.org> Sun, 16 Jul 2023 08:38:44 +0200
+
postgis (3.4.0~beta1+dfsg-1~exp4) experimental; urgency=medium
* Drop ${perl:Depends} from -scripts package,
=====================================
debian/rules
=====================================
@@ -18,7 +18,7 @@ include /usr/share/dpkg/pkg-info.mk
include /usr/share/postgresql-common/pgxs_debian_control.mk
# Ignore testsuite failures on these architectures
-IGNORE_TEST_FAILURE_ARCHS = mips mips64el mipsel s390x alpha hppa hurd-i386 kfreebsd-i386 powerpc ppc64 sparc64
+IGNORE_TEST_FAILURE_ARCHS = i386 mips mips64el mipsel s390x alpha hppa hurd-i386 kfreebsd-i386 powerpc ppc64 sparc64
ifneq (,$(filter $(DEB_BUILD_ARCH),$(IGNORE_TEST_FAILURE_ARCHS)))
TEST_FAIL_COMMAND = echo "Ignoring test failures"
else
=====================================
debian/tests/test-extension-creation
=====================================
@@ -8,7 +8,7 @@ unset LC_ALL LANGUAGE
ARCH="$(dpkg-architecture -qDEB_BUILD_ARCH)"
case $ARCH in
- armel|armhf|mips|mips64el|mipsel|s390x|alpha|hppa|hurd-i386|kfreebsd-i386|powerpc|ppc64|sparc64)
+ armel|armhf|i386|mips|mips64el|mipsel|s390x|alpha|hppa|hurd-i386|kfreebsd-i386|powerpc|ppc64|sparc64)
echo "Ignoring test failures on problematic architectures"
TEST_FAIL_EXITCODE=77 ;;
*)
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/0047ac38509efa85a9d39212319e9b57949d870b
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/0047ac38509efa85a9d39212319e9b57949d870b
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20230716/89d4d243/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list