[Git][debian-gis-team/pgsql-ogr-fdw][master] Ignore test failure on 32-bit

Christoph Berg gitlab at salsa.debian.org
Mon Jul 23 13:33:31 BST 2018


Christoph Berg pushed to branch master at Debian GIS Project / pgsql-ogr-fdw


Commits:
c6386fbe by Christoph Berg at 2018-07-23T14:33:13+02:00
Ignore test failure on 32-bit

See https://github.com/pramsey/pgsql-ogr-fdw/issues/135.

- - - - -


2 changed files:

- debian/changelog
- debian/tests/installcheck


Changes:

=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,13 @@
 pgsql-ogr-fdw (1.0.6-2) UNRELEASED; urgency=medium
 
+  [ Bas Couwenberg ]
   * Team upload.
   * Bump pgversions to 9.4+, 9.3 is no longer supported.
 
+  [ Christoph Berg ]
+  * Ignore test failure on 32-bit; see
+    https://github.com/pramsey/pgsql-ogr-fdw/issues/135.
+
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 13 Jul 2018 15:15:58 +0200
 
 pgsql-ogr-fdw (1.0.6-1) unstable; urgency=medium


=====================================
debian/tests/installcheck
=====================================
--- a/debian/tests/installcheck
+++ b/debian/tests/installcheck
@@ -3,4 +3,8 @@
 # Force port 5432 and trust because we connect back to ourselves;
 # use newnet to mask any other running instance on 5432.
 
-newnet pg_buildext -c '--port=5432' -i '--auth=trust' installcheck
+newnet pg_buildext -c '--port=5432' -i '--auth=trust' installcheck ||
+	case $(dpkg-architecture -qDEB_BUILD_ARCH_BITS) in
+		32) echo "Ignoring test failure on 32-bit"; exit 0 ;;
+		*) exit 1 ;;
+	esac



View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/commit/c6386fbe1a6b00b0ecfa3b555bac669cbb0c3b15

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/pgsql-ogr-fdw/commit/c6386fbe1a6b00b0ecfa3b555bac669cbb0c3b15
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/20180723/c2cb777f/attachment.html>


More information about the Pkg-grass-devel mailing list