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

lunar pushed a commit to branch pu/reproducible_builds
in repository dh-python.

commit 1980860ace589352e1e62c5acc8cbd35103d7073
Author: Piotr Ożarowski <pi...@debian.org>
Date:   Sun Jul 7 21:49:17 2013 +0200

    nose tests: disable coverage by default
---
 Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 849cf14..5e18260 100644
--- a/Makefile
+++ b/Makefile
@@ -49,7 +49,8 @@ dist_fallback:
 
 # TESTS
 nose:
-       nosetests3 --verbose --with-doctest --with-coverage
+       #nosetests3 --verbose --with-doctest --with-coverage
+       nosetests3 --verbose --with-doctest
 
 tests: nose
        make -C tests

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/reproducible/dh-python.git

_______________________________________________
Reproducible-builds mailing list
Reproducible-builds@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reproducible-builds

Reply via email to