[neon/qt/pyside2/Neon/release] debian: Make the tests non-fatal on mips64el (see #1061679).

Dmitry Shachnev null at kde.org
Thu Jul 25 03:06:04 BST 2024


Git commit 54a22d0a6297dc8697564474199f5ba1b77644f4 by Dmitry Shachnev.
Committed on 28/01/2024 at 16:31.
Pushed by carlosdem into branch 'Neon/release'.

Make the tests non-fatal on mips64el (see #1061679).

M  +2    -0    debian/changelog
M  +2    -2    debian/rules

https://invent.kde.org/neon/qt/pyside2/-/commit/54a22d0a6297dc8697564474199f5ba1b77644f4

diff --git a/debian/changelog b/debian/changelog
index 874d9419..5b1cdd2a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 pyside2 (5.15.12-4) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Make the tests non-fatal on mips64el (see #1061679).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 28 Jan 2024 19:24:15 +0300
 
diff --git a/debian/rules b/debian/rules
index ccfe66fa..3f027344 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,8 +54,8 @@ override_dh_install-arch:
 
 override_dh_auto_test:
 ifeq (mips64el,$(DEB_HOST_ARCH))
-	# See https://bugs.debian.org/868745
-	QSG_NO_DEPTH_BUFFER=1 xvfb-run -a dh_auto_test -- --system=custom \
+	# See https://bugs.debian.org/868745, https://bugs.debian.org/1061679
+	-QSG_NO_DEPTH_BUFFER=1 xvfb-run -a dh_auto_test -- --system=custom \
 		--test-args '{interpreter} testrunner.py test'
 else
 	xvfb-run -a dh_auto_test -- --system=custom \



More information about the Neon-commits mailing list