[Pkg-haskell-commits] darcs: haskell-devscripts: Pass --show-details=always to test suite

Joachim Breitner mail at joachim-breitner.de
Wed May 14 07:59:53 UTC 2014


Wed May 14 07:33:57 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Pass --show-details=always to test suite 

    M ./debian/changelog +6
    M ./hlibrary.mk -1 +1

Wed May 14 07:33:57 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Pass --show-details=always to test suite 
diff -rN -u old-haskell-devscripts/debian/changelog new-haskell-devscripts/debian/changelog
--- old-haskell-devscripts/debian/changelog	2014-05-14 07:59:52.981328575 +0000
+++ new-haskell-devscripts/debian/changelog	2014-05-14 07:59:52.993328572 +0000
@@ -1,3 +1,9 @@
+haskell-devscripts (0.8.19.7) UNRELEASED; urgency=medium
+
+  * Pass --show-details=always to test suite 
+
+ -- Joachim Breitner <nomeata at debian.org>  Wed, 14 May 2014 09:33:45 +0200
+
 haskell-devscripts (0.8.19.6) unstable; urgency=medium
 
   * Use a configure-ghc-stamp (Closes: #747924)
diff -rN -u old-haskell-devscripts/hlibrary.mk new-haskell-devscripts/hlibrary.mk
--- old-haskell-devscripts/hlibrary.mk	2014-05-14 07:59:52.981328575 +0000
+++ new-haskell-devscripts/hlibrary.mk	2014-05-14 07:59:52.993328572 +0000
@@ -123,7 +123,7 @@
 ifeq ($(DEB_ENABLE_TESTS),yes)
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 check-ghc-stamp: build-ghc-stamp
-	$(DEB_SETUP_BIN_NAME) test --builddir=dist-ghc
+	$(DEB_SETUP_BIN_NAME) test --builddir=dist-ghc --show-details=always
 	touch $@
 else
 check-ghc-stamp: build-ghc-stamp




More information about the Pkg-haskell-commits mailing list