[Git][haskell-team/DHG_packages][master] haskell-jwt: disable tests on s390x, they hangs
    Gianfranco Costamagna 
    gitlab at salsa.debian.org
       
    Fri Sep 27 11:54:39 BST 2019
    
    
  
Gianfranco Costamagna pushed to branch master at Debian Haskell Group / DHG_packages
Commits:
94d15821 by Gianfranco Costamagna at 2019-09-27T10:54:08Z
haskell-jwt: disable tests on s390x, they hangs
- - - - -
2 changed files:
- p/haskell-jwt/debian/changelog
- p/haskell-jwt/debian/rules
Changes:
=====================================
p/haskell-jwt/debian/changelog
=====================================
@@ -1,8 +1,12 @@
-haskell-jwt (0.7.2-10) UNRELEASED; urgency=medium
+haskell-jwt (0.7.2-10) unstable; urgency=medium
 
+  [ Ilias Tsitsimpis ]
   * Re-enable doctests on armel, since #839840 has been fixed
 
- -- Ilias Tsitsimpis <iliastsi at debian.org>  Tue, 24 Sep 2019 18:34:57 +0300
+  [ Gianfranco Costamagna ]
+  * Don't run tests on s390x, they hang
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 27 Sep 2019 12:53:39 +0200
 
 haskell-jwt (0.7.2-9) unstable; urgency=medium
 
=====================================
p/haskell-jwt/debian/rules
=====================================
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+ifeq (s390x,$(DEB_HOST_ARCH))
+	DEB_ENABLE_TESTS = no
+else
+	DEB_ENABLE_TESTS = yes
+endif
 
 DEB_CABAL_PACKAGE = jwt
 DEB_DEFAULT_COMPILER = ghc
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/94d1582108c778fb4264495e3066e59b64cae332
-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/94d1582108c778fb4264495e3066e59b64cae332
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/e9c36e77/attachment.html>
    
    
More information about the Pkg-haskell-commits
mailing list