[Pkg-haskell-commits] darcs: haskell-hoogle: Do not use "set -x" in autopkgtests.

Joachim Breitner mail at joachim-breitner.de
Thu May 8 22:16:02 UTC 2014


Thu May  8 22:13:57 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not use "set -x" in autopkgtests. 

    M ./changelog +6
    M ./tests/install-remove -1
    M ./tests/void -1

Thu May  8 22:13:57 UTC 2014  Joachim Breitner <mail at joachim-breitner.de>
  * Do not use "set -x" in autopkgtests. 
diff -rN -u old-haskell-hoogle/changelog new-haskell-hoogle/changelog
--- old-haskell-hoogle/changelog	2014-05-08 22:16:02.694921904 +0000
+++ new-haskell-hoogle/changelog	2014-05-08 22:16:02.718921896 +0000
@@ -1,3 +1,9 @@
+haskell-hoogle (4.2.26-3) UNRELEASED; urgency=medium
+
+  * Do not use "set -x" in autopkgtests. 
+
+ -- Joachim Breitner <nomeata at debian.org>  Fri, 09 May 2014 00:13:31 +0200
+
 haskell-hoogle (4.2.26-2) unstable; urgency=medium
 
   * Add two simple autopkgtests, to have this checked by http://ci.debian.net/
diff -rN -u old-haskell-hoogle/tests/install-remove new-haskell-hoogle/tests/install-remove
--- old-haskell-hoogle/tests/install-remove	2014-05-08 22:16:02.694921904 +0000
+++ new-haskell-hoogle/tests/install-remove	2014-05-08 22:16:02.714921897 +0000
@@ -1,6 +1,5 @@
 #!/bin/bash
 
-set -x
 set -e
 
 apt-get -y --purge remove libghc-void-doc
diff -rN -u old-haskell-hoogle/tests/void new-haskell-hoogle/tests/void
--- old-haskell-hoogle/tests/void	2014-05-08 22:16:02.694921904 +0000
+++ new-haskell-hoogle/tests/void	2014-05-08 22:16:02.714921897 +0000
@@ -1,6 +1,5 @@
 #!/bin/bash
 
-set -x
 set -e
 
 ret="$(hoogle absurd)"




More information about the Pkg-haskell-commits mailing list