[Git][debian-gis-team/libgeotiff][master] Use `set -e` in autopkgtest script.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Sep 1 05:40:18 BST 2023
Bas Couwenberg pushed to branch master at Debian GIS Project / libgeotiff
Commits:
74362677 by Bas Couwenberg at 2023-09-01T06:31:01+02:00
Use `set -e` in autopkgtest script.
- - - - -
2 changed files:
- debian/changelog
- debian/tests/geotiff-bin
Changes:
=====================================
debian/changelog
=====================================
@@ -1,6 +1,7 @@
libgeotiff (1.7.1-4) UNRELEASED; urgency=medium
* Update upstream patch to fix FTBFS with PROJ 9.3.
+ * Use `set -e` in autopkgtest script.
-- Bas Couwenberg <sebastic at debian.org> Thu, 31 Aug 2023 18:46:19 +0200
=====================================
debian/tests/geotiff-bin
=====================================
@@ -1,4 +1,6 @@
#!/bin/sh
+set -e
+
./test/testlistgeo /usr/bin/listgeo
./test/testgeotifcp /usr/bin/geotifcp /usr/bin/listgeo
View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/-/commit/743626775172be0f8d5baadbcd224a7e73734fa7
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/libgeotiff/-/commit/743626775172be0f8d5baadbcd224a7e73734fa7
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/20230901/bdfdfabc/attachment.htm>
More information about the Pkg-grass-devel
mailing list