Christoph Berg pushed to branch experimental at Debian GIS Project / postgis


Commits:
1751842a by Christoph Berg at 2021-05-28T22:34:21+02:00
debian/tests/regress: PG10 doesn't have SPGIST yet

- - - - -


1 changed file:

- debian/tests/regress


Changes:

=====================================
debian/tests/regress
=====================================
@@ -32,8 +32,12 @@ trap "rm -rf /tmp/pgis_reg" EXIT
 # run the regression tests
 for v in $(pg_buildext installed-versions); do
   case $v in
-    *.*) HAVE_SPGIST=no  POSTGIS_PGSQL_VERSION=$(echo $v | tr -d .) ;;
-    *)   HAVE_SPGIST=yes POSTGIS_PGSQL_VERSION="${v}0" ;;
+    *.*) POSTGIS_PGSQL_VERSION=$(echo $v | tr -d .) ;;
+    *)   POSTGIS_PGSQL_VERSION="${v}0" ;;
+  esac
+  case $v in
+    *.*|10) HAVE_SPGIST=no ;;
+    *)      HAVE_SPGIST=yes ;;
   esac
   pg_virtualenv -v $v <<-EOF
        set -eux



View it on GitLab: 
https://salsa.debian.org/debian-gis-team/postgis/-/commit/1751842a18e3f1e6e4058f0f03fa3cbc613ae063

-- 
View it on GitLab: 
https://salsa.debian.org/debian-gis-team/postgis/-/commit/1751842a18e3f1e6e4058f0f03fa3cbc613ae063
You're receiving this email because of your account on salsa.debian.org.


_______________________________________________
Pkg-grass-devel mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to