[Git][debian-gis-team/postgis][experimental] debian/rules: Fix exit code for failing tests

Christoph Berg gitlab at salsa.debian.org
Mon Jul 16 20:06:15 BST 2018


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


Commits:
46c3b8da by Christoph Berg at 2018-07-16T18:50:52+02:00
debian/rules: Fix exit code for failing tests

- - - - -


1 changed file:

- debian/rules


Changes:

=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -45,7 +45,7 @@ debian/control: debian/control.in debian/pgversions
 CHECK_FAIL = exit 2
 # Ignore test failure on problematic architectures
 ifneq (,$(filter $(DEB_BUILD_ARCH),"arm64 armel armhf i386 mips mips64el mipsel ppc64el s390x alpha hppa hurd-i386 kfreebsd-i386 powerpc ppc64 sparc64"))
-	CHECK = exit 0
+	CHECK_FAIL = exit 0
 endif
 
 # Upstream version (including ~rcN) for symbols version



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

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/postgis/commit/46c3b8da8112eedb572e86b43b167f9f557ceb74
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/20180716/4a84bef5/attachment.html>


More information about the Pkg-grass-devel mailing list