[Git][debian-gis-team/pgrouting][master] debian/tests/create-extension: Use `pg_buildext installed-versions` to make...
Christoph Berg
gitlab at salsa.debian.org
Tue Oct 6 15:02:11 BST 2020
Christoph Berg pushed to branch master at Debian GIS Project / pgrouting
Commits:
8637007f by Christoph Berg at 2020-10-06T16:01:41+02:00
debian/tests/create-extension: Use `pg_buildext installed-versions` to make tests work even if the set of supported version has changed.
- - - - -
2 changed files:
- debian/changelog
- debian/tests/create-extension
Changes:
=====================================
debian/changelog
=====================================
@@ -1,7 +1,12 @@
pgrouting (3.1.0-2~exp2) UNRELEASED; urgency=medium
+ [ Bas Couwenberg ]
* Don't ignore `pg_buildext clean` failure, issue is fixed.
+ [ Christoph Berg ]
+ * debian/tests/create-extension: Use `pg_buildext installed-versions` to
+ make tests work even if the set of supported version has changed.
+
-- Bas Couwenberg <sebastic at debian.org> Fri, 02 Oct 2020 16:00:34 +0200
pgrouting (3.1.0-2~exp1) experimental; urgency=medium
=====================================
debian/tests/create-extension
=====================================
@@ -2,7 +2,7 @@
set -eu
-for v in $(pg_buildext supported-versions); do
+for v in $(pg_buildext installed-versions); do
echo "### $v ###"
pg_virtualenv -v $v <<-EOF
set -eux
View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/8637007f3f23bb80356bb5b282a203e470ab81d7
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pgrouting/-/commit/8637007f3f23bb80356bb5b282a203e470ab81d7
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/20201006/f00f7de6/attachment-0001.html>
More information about the Pkg-grass-devel
mailing list