[Git][debian-gis-team/gdal-grass][master] Ignore STDERR for dpkg-architecture.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Mon Aug 7 21:04:18 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / gdal-grass
Commits:
2582ef19 by Bas Couwenberg at 2023-08-07T22:03:58+02:00
Ignore STDERR for dpkg-architecture.
- - - - -
1 changed file:
- debian/tests/ogrinfo-gdalinfo
Changes:
=====================================
debian/tests/ogrinfo-gdalinfo
=====================================
@@ -49,7 +49,7 @@ RC=$?
cd "${OLDPWD}" || exit 1
rm -rf "${TEMPDIR}"
-if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS)" = "32" ]; then
+if [ "$(dpkg-architecture -qDEB_HOST_ARCH_BITS 2> /dev/null)" = "32" ]; then
echo "Ignoring test failures on 32 bit architecture"
RC=77
fi
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/commit/2582ef19e51fb718c6949e7c3aa7992ffbb952e5
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/gdal-grass/-/commit/2582ef19e51fb718c6949e7c3aa7992ffbb952e5
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/20230807/66a24b28/attachment.htm>
More information about the Pkg-grass-devel
mailing list