Codebase list python-pyproj / 9b506ff
Don't ignore test failures on arm*, mips* & s390x. Revert "Ignore test failures on arm*, mips* & s390x." This reverts commit d507187c38b52379ebe48e7383e5090fbac40355. Bas Couwenberg 3 years ago
2 changed file(s) with 2 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
11
22 * New upstream release candidate.
33 * Drop patches, included upstream.
4 * Don't ignore test failures on arm*, mips* & s390x.
45
56 -- Bas Couwenberg <sebastic@debian.org> Mon, 02 Nov 2020 05:41:56 +0100
67
2323
2424 override_dh_auto_test:
2525 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
26 ifneq (,$(filter $(DEB_BUILD_ARCH),armhf armel i386 mips64el mipsel s390x hppa hurd-i386 kfreebsd-i386 powerpc))
26 ifneq (,$(filter $(DEB_BUILD_ARCH),i386 hppa hurd-i386 kfreebsd-i386 powerpc))
2727 dh_auto_test || echo "Ignoring test failures"
2828 else
2929 dh_auto_test