This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository python-csb.
commit 6a902b7fb501f750581e360dd679929a1cfd550d Author: Andreas Tille <[email protected]> Date: Sat Dec 28 00:18:39 2013 +0100 New option for test, but it fails because of missing Console.py module (asked upstream for help) --- debian/changelog | 1 + debian/rules | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index fbb66aa..6fd9789 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ python-csb (1.2.2+dfsg-1) UNRELEASED; urgency=medium * debian/watch: Enable detecting also *.zip source archives * debian/rules: - delete useless .PHONY lines + - Fix auto_test * debian/copyright: Add Upstream-Contact and more authors addresses -- Andreas Tille <[email protected]> Fri, 27 Dec 2013 23:54:09 +0100 diff --git a/debian/rules b/debian/rules index e9c01a9..9a7e75e 100755 --- a/debian/rules +++ b/debian/rules @@ -38,5 +38,5 @@ override_dh_auto_install: --install-layout deb; \ done -#override_dh_auto_test: -# cd csb; PYTHONWARNINGS=d python test/app.py +override_dh_auto_test: + PYTHONWARNINGS=d python csb/test/app.py --generated-resources /tmp -- Alioth's /git/debian-med/git-commit-notice on /srv/git.debian.org/git/debian-med/python-csb.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
