r53375 - /desktop/experimental/mutter/debian/rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Sat Sep 2 21:21:55 UTC 2017


Author: jbicha
Date: Sat Sep  2 21:21:55 2017
New Revision: 53375

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53375
Log:
Ignore test failures on s390x too

Modified:
    desktop/experimental/mutter/debian/rules

Modified: desktop/experimental/mutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/mutter/debian/rules?rev=53375&op=diff
==============================================================================
--- desktop/experimental/mutter/debian/rules	[utf-8] (original)
+++ desktop/experimental/mutter/debian/rules	[utf-8] Sat Sep  2 21:21:55 2017
@@ -32,8 +32,11 @@
 		$(CONFFLAGS)
 
 # See https://bugs.debian.org/874077
+# Ignore test failures on Debian and on s390x
 override_dh_auto_test:
-ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
+ifneq (,$(findstring $(DEB_HOST_ARCH),"s390x"))
+	-xvfb-run dh_auto_test
+else ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
 	xvfb-run dh_auto_test
 else
 	-xvfb-run dh_auto_test




More information about the pkg-gnome-commits mailing list