Bas Couwenberg pushed to branch master at Debian GIS Project / postgis
Commits: a2d83fea by Bas Couwenberg at 2020-11-28T08:43:58+01:00 Limit regress autopkgtest to amd64 & i386 architectures. - - - - - 3 changed files: - debian/changelog - debian/tests/control - debian/tests/regress Changes: ===================================== debian/changelog ===================================== @@ -1,6 +1,7 @@ postgis (3.0.3+dfsg-2) unstable; urgency=medium * Ignore test failures everywhere except amd64 & i386. + * Limit regress autopkgtest to amd64 & i386 architectures. -- Bas Couwenberg <[email protected]> Sat, 21 Nov 2020 08:57:14 +0100 ===================================== debian/tests/control ===================================== @@ -1,3 +1,8 @@ Depends: @, postgresql-server-dev-all, postgresql-all -Tests: test-extension-creation regress -Restrictions: allow-stderr, skippable +Tests: test-extension-creation +Restrictions: allow-stderr + +Depends: @, postgresql-server-dev-all, postgresql-all +Tests: regress +Restrictions: allow-stderr +Architecture: amd64 i386 ===================================== debian/tests/regress ===================================== @@ -21,11 +21,6 @@ POSTGIS_GEOS_VERSION="$(dpkg-query -f '${Version}' --show 'libgeos-*.*' | cut -c # Skip tests on problematic architectures ARCH="$(dpkg-architecture -qDEB_BUILD_ARCH)" -if [ "${ARCH}" != "amd64" ] && [ "${ARCH}" != "i386" ]; then - echo "Skipping tests on non-x86 architectures" - exit 77 -fi - # clean up on exit trap "rm -rf /tmp/pgis_reg" EXIT View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/a2d83fea2f33452b3bbb006e912c3134d669ea3f -- View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/-/commit/a2d83fea2f33452b3bbb006e912c3134d669ea3f 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
