[DHG_packages] 01/02: posix-pty: disable test suite for now

Sean Whitton spwhitton at spwhitton.name
Mon May 8 20:54:22 UTC 2017


This is an automated email from the git hooks/post-receive script.

spwhitton pushed a commit to annotated tag haskell-posix-pty_v0.2.1.1-1
in repository DHG_packages.

commit 2cb032dd6c9e7a01990c26c310f9a491d869b6aa
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Mon May 8 13:48:48 2017 -0700

    posix-pty: disable test suite for now
    
    Unfinished in this release.
---
 p/haskell-posix-pty/debian/rules | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/p/haskell-posix-pty/debian/rules b/p/haskell-posix-pty/debian/rules
index af05aa4..c07c539 100755
--- a/p/haskell-posix-pty/debian/rules
+++ b/p/haskell-posix-pty/debian/rules
@@ -3,7 +3,10 @@
 DEB_SETUP_BIN_NAME = debian/hlibrary.setup
 DEB_CABAL_PACKAGE = posix-pty
 DEB_DEFAULT_COMPILER = ghc
-DEB_ENABLE_TESTS = yes
+
+# Upstream's test suite is unfinished in this release -- see
+# https://github.com/merijn/posix-pty/issues/12
+DEB_ENABLE_TESTS = no
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/hlibrary.mk

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-haskell/DHG_packages.git



More information about the Pkg-haskell-commits mailing list