[SCM] Packaging for pytables branch, master, updated. debian/2.3.1-2-21-g3b5bb38
Julian Taylor
jtaylor.debian at googlemail.com
Mon Mar 5 21:22:12 UTC 2012
The following commit has been merged in the master branch:
commit 3b5bb389d80fd9deb4e6c1d97122710d9635c22d
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date: Mon Mar 5 22:21:54 2012 +0100
make testsuite output verbose
diff --git a/debian/changelog b/debian/changelog
index de27049..074f255 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -23,6 +23,7 @@ pytables (2.3.1-3) unstable; urgency=low
disable blosc on armel, armhf, sparc and mipsel
not functional due to unaligned memory accesses
(Closes: #661287, #661286)
+ * make testsuite output verbose
-- Julian Taylor <jtaylor.debian at googlemail.com> Mon, 05 Mar 2012 19:18:38 +0100
diff --git a/debian/rules b/debian/rules
index 8fe8894..55ae86a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,7 +62,7 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
set -e -x; \
for py in $(PYVERS); do \
cd "$(CURDIR)/debian/tmp/usr/lib/python$$py/dist-packages/"; \
- env PYTHONPATH=. python$$py tables/tests/test_all.py; \
+ env PYTHONPATH=. python$$py tables/tests/test_all.py; -vvv \
#env PYTHONPATH=. python$$py-dbg tables/tests/test_all.py; \
done
endif
--
Packaging for pytables
More information about the debian-science-commits
mailing list