[pkg-nagios-changes] [Git][nagios-team/icinga2][experimental] Ignore test failures on i386.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Fri Aug 25 19:08:51 BST 2023
Bas Couwenberg pushed to branch experimental at Debian Nagios Maintainer Group / icinga2
Commits:
59bf8efd by Bas Couwenberg at 2023-08-25T20:08:41+02:00
Ignore test failures on i386.
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -2,6 +2,7 @@ icinga2 (2.14.0-1~exp2) UNRELEASED; urgency=medium
* Team upload.
* Enable Salsa CI.
+ * Ignore test failures on i386.
-- Bas Couwenberg <sebastic at debian.org> Fri, 25 Aug 2023 19:34:26 +0200
=====================================
debian/rules
=====================================
@@ -38,6 +38,13 @@ override_dh_auto_configure:
-DICINGA2_PLUGINDIR=/usr/lib/nagios/plugins \
-DUSE_SYSTEMD=ON
+override_dh_auto_test:
+ifneq (,$(filter $(DEB_BUILD_ARCH),i386))
+ dh_auto_test || echo "Ignoring test failures"
+else
+ dh_auto_test
+endif
+
override_dh_auto_install:
dh_auto_install
View it on GitLab: https://salsa.debian.org/nagios-team/icinga2/-/commit/59bf8efd7757ffd2adb779d75d7aabf50fe652f8
--
View it on GitLab: https://salsa.debian.org/nagios-team/icinga2/-/commit/59bf8efd7757ffd2adb779d75d7aabf50fe652f8
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-nagios-changes/attachments/20230825/cb5dded5/attachment-0001.htm>
More information about the pkg-nagios-changes
mailing list