[Git][haskell-team/DHG_packages][master] haskell-terminal-progress-bar: disable tests on ppc64el, they hangs

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



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


Commits:
b3503c6c by Gianfranco Costamagna at 2019-09-27T11:24:12Z
haskell-terminal-progress-bar: disable tests on ppc64el, they hangs

- - - - -


2 changed files:

- p/haskell-terminal-progress-bar/debian/changelog
- p/haskell-terminal-progress-bar/debian/rules


Changes:

=====================================
p/haskell-terminal-progress-bar/debian/changelog
=====================================
@@ -1,3 +1,9 @@
+haskell-terminal-progress-bar (0.4.1-2) unstable; urgency=medium
+
+  * Don't run tests on ppc64el, they hang
+
+ -- Gianfranco Costamagna <locutusofborg at debian.org>  Fri, 27 Sep 2019 13:18:45 +0200
+
 haskell-terminal-progress-bar (0.4.1-1) unstable; urgency=medium
 
   * New upstream version.


=====================================
p/haskell-terminal-progress-bar/debian/rules
=====================================
@@ -1,6 +1,10 @@
 #!/usr/bin/make -f
 
-DEB_ENABLE_TESTS = yes
+ifeq (ppc64el,$(DEB_HOST_ARCH))
+	DEB_ENABLE_TESTS = no
+else
+	DEB_ENABLE_TESTS = yes
+endif
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk



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

-- 
View it on GitLab: https://salsa.debian.org/haskell-team/DHG_packages/commit/b3503c6ce004e3ed2176bef6ec28feaf1a540399
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/64c40847/attachment.html>


More information about the Pkg-haskell-commits mailing list