Ignore test failures on hurd
authorStéphane Glondu <glondu@debian.org>
Fri, 25 Aug 2023 09:07:57 +0000 (11:07 +0200)
committerStéphane Glondu <glondu@debian.org>
Fri, 25 Aug 2023 09:07:57 +0000 (11:07 +0200)
debian/rules

index f3974c746806e8d845a89d90a824966ff1784bcf..afff1cc95bb4f47f9792c10e2e16009ef395c18d 100755 (executable)
@@ -70,6 +70,8 @@ endif
 ifeq (m68k,$(DEB_BUILD_ARCH))
 CONFIGURE_OPTS += --enable-imprecise-c99-float-ops
 IGNORE_TESTS_FAILURE := || true
+else ifneq (,$(findstring hurd,$(DEB_BUILD_ARCH)))
+IGNORE_TESTS_FAILURE := || true
 else
 IGNORE_TESTS_FAILURE :=
 endif