Codebase list gpsbabel / b3de2b0
Fix test logic Jochen Sprickerhof 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
3030
3131 # Ignore broken unit tests on some architectures
3232 override_dh_auto_test:
33 ifeq (,$(filter $(DEB_BUILD_ARCH),i386 s390x sparc64))
33 ifneq (,$(filter $(DEB_BUILD_ARCH),i386 s390x sparc64))
3434 dh_auto_test || true
3535 else
3636 dh_auto_test