[Pkg-haskell-commits] darcs: haskell-hoogle: Add allow-stderr to autopkg tests

Iustin Pop iustin at debian.org
Thu Jul 10 21:04:31 UTC 2014


Thu Jul 10 20:57:54 UTC 2014  Iustin Pop <iustin at debian.org>
  * Add allow-stderr to autopkg tests
  
  Otherwise, autopkgtest will consider the tests to fail if they write anything
  on stderr; as we run the tests via 'set -e', this should be enough as a stopgap
  until we disable downloading the hoogle archive (this is the step that writes
  to stderr currently).

    M ./tests/control -1 +2

Thu Jul 10 20:57:54 UTC 2014  Iustin Pop <iustin at debian.org>
  * Add allow-stderr to autopkg tests
  
  Otherwise, autopkgtest will consider the tests to fail if they write anything
  on stderr; as we run the tests via 'set -e', this should be enough as a stopgap
  until we disable downloading the hoogle archive (this is the step that writes
  to stderr currently).
diff -rN -u old-haskell-hoogle/tests/control new-haskell-hoogle/tests/control
--- old-haskell-hoogle/tests/control	2014-07-10 21:04:31.526184136 +0000
+++ new-haskell-hoogle/tests/control	2014-07-10 21:04:31.542184141 +0000
@@ -1,6 +1,7 @@
 Tests: void
 Depends: hoogle, libghc-void-doc
+Restrictions: allow-stderr
 
 Tests: install-remove
 Depends: hoogle
-Restrictions: needs-root
+Restrictions: needs-root allow-stderr




More information about the Pkg-haskell-commits mailing list