[postgis] 01/02: Add patch to disable tests failing on several architectures.

Bas Couwenberg sebastic at debian.org
Tue Sep 6 00:46:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository postgis.

commit 8197266a82ce790e054d91df155493961648c68b
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Sep 6 02:21:40 2016 +0200

    Add patch to disable tests failing on several architectures.
---
 debian/changelog                   |  1 +
 debian/patches/disable-tests.patch | 33 +++++++++++++++++++++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 35 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 43fe9aa..84e540f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 postgis (2.2.2+dfsg-5) UNRELEASED; urgency=medium
 
   * Skip tests on sparc64, not a release architecture.
+  * Add patch to disable tests failing on several architectures.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 04 Sep 2016 17:13:13 +0200
 
diff --git a/debian/patches/disable-tests.patch b/debian/patches/disable-tests.patch
new file mode 100644
index 0000000..e6aab89
--- /dev/null
+++ b/debian/patches/disable-tests.patch
@@ -0,0 +1,33 @@
+Description: Disable tests failing on several architectures.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/raster/test/regress/Makefile.in
++++ b/raster/test/regress/Makefile.in
+@@ -42,8 +42,7 @@ PATH := $(PGSQL_BINDIR):$(PATH)
+ export PATH
+ 
+ TEST_FIRST = \
+-	check_gdal \
+-	load_outdb
++	check_gdal
+ 
+ TEST_LAST = \
+ 	clean
+@@ -56,9 +55,7 @@ TEST_IO = \
+ 	rt_io
+ 
+ TEST_BASIC_FUNC = \
+-	rt_bytea \
+ 	box3d \
+-	rt_addband \
+ 	rt_band \
+ 	rt_tile
+ 
+@@ -99,7 +96,6 @@ TEST_BANDPROPS = \
+ 	rt_polygon
+ 
+ TEST_UTILITY = \
+-	rt_utility \
+ 	rt_fromgdalraster \
+ 	rt_asgdalraster \
+ 	rt_astiff \
diff --git a/debian/patches/series b/debian/patches/series
index d68332d..f8bb868 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 link-liblwgeom
 relax-test-timing-constraints.patch
 hicolor-icons.patch
+disable-tests.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git



More information about the Pkg-grass-devel mailing list