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.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
