[python-cpl] 01/01: Redirect stderr to stdout in CI test

Ole Streicher olebole at moszumanska.debian.org
Wed Jun 10 06:48:51 UTC 2015


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

olebole pushed a commit to branch debian
in repository python-cpl.

commit 5c96638415e5f2c0f1072e19c225b8e14b082838
Author: Ole Streicher <olebole at debian.org>
Date:   Wed Jun 10 08:44:54 2015 +0200

    Redirect stderr to stdout in CI test
---
 debian/changelog        | 6 ++++++
 debian/tests/python-cpl | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index d34f07b..d7a40ff 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-cpl (0.7-4) unstable; urgency=low
+
+  * Redirect stderr to stdout in CI test
+
+ -- Ole Streicher <olebole at debian.org>  Wed, 10 Jun 2015 08:46:10 +0200
+
 python-cpl (0.7-3) unstable; urgency=low
 
   * Fix multiarch default path
diff --git a/debian/tests/python-cpl b/debian/tests/python-cpl
index c4df1af..231710d 100755
--- a/debian/tests/python-cpl
+++ b/debian/tests/python-cpl
@@ -4,4 +4,4 @@ cp -r test/* "$ADTTMP"
 cd "$ADTTMP"
 
 # Run the tests
-MALLOC_CHECK_=0 exec python -Wignore TestRecipe.py
+MALLOC_CHECK_=0 exec python -Wignore TestRecipe.py -v 2>&1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-cpl.git



More information about the debian-science-commits mailing list