[Git][haskell-team/DHG_packages][master] haskell-prettyprinter-ansi-terminal: disable tests on s390x, they hangs

Gianfranco Costamagna gitlab at salsa.debian.org
Fri Sep 27 12:12:55 BST 2019



Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages


Commits:
524125bc by Gianfranco Costamagna at 2019-09-27T11:12:33Z
haskell-prettyprinter-ansi-terminal: disable tests on s390x, they hangs

- - - - -


2 changed files:

- p/haskell-prettyprinter-ansi-terminal/debian/changelog
- p/haskell-prettyprinter-ansi-terminal/debian/rules


Changes:

=====================================
p/haskell-prettyprinter-ansi-terminal/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-prettyprinter-ansi-terminal (1.1.1.2-5) unstable; urgency=medium
+
+  * Disable testsuite on s390x
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 27 Sep 2019 13:11:18 +0200
+
 haskell-prettyprinter-ansi-terminal (1.1.1.2-4) unstable; urgency=medium
 
   * Don't build test executables with RTS -N; most of Debian's


=====================================
p/haskell-prettyprinter-ansi-terminal/debian/rules
=====================================
@@ -1,6 +1,11 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+ifeq (s390x,$(DEB_HOST_ARCH))
+	DEB_ENABLE_TESTS = no
+else
+	DEB_ENABLE_TESTS = yes
+endif
+
 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
 DEB_CABAL_PACKAGE = prettyprinter-ansi-terminal
 DEB_DEFAULT_COMPILER = ghc



View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/524125bca600459cb20e2bb5765c6d57940e12e8

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/524125bca600459cb20e2bb5765c6d57940e12e8
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-haskell-commits/attachments/20190927/3e60c542/attachment.html>


More information about the Pkg-haskell-commits mailing list