[SCM] Packaging for pytables branch, master, updated. debian/2.3.1-1-3-g19f6a9a
Antonio Valentino
antonio.valentino at tiscali.it
Sat Jan 28 13:21:36 UTC 2012
The following commit has been merged in the master branch:
commit 5c2cfde9975327d5a8b9649c68fc946035617e6b
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date: Sat Jan 28 12:15:26 2012 +0100
Ensure that build fails in case of test failure
diff --git a/debian/changelog b/debian/changelog
index 51f7c57..0d5dc40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,10 @@
pytables (2.3.1-2) unstable; urgency=low
* Avoid unnecessary cythonization during clean
+ * Ensure that build fails in case of test failure
+ * Explicitly set PYTHONPATH before running tests
- -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 28 Jan 2012 11:42:02 +0100
+ -- Antonio Valentino <antonio.valentino at tiscali.it> Sat, 28 Jan 2012 11:47:10 +0100
pytables (2.3.1-1) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index e36e315..cd35d7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -42,7 +42,7 @@ ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
set -e; \
for v in $(PYVERS); do \
cd "$(CURDIR)/debian/tmp/usr/lib/python$$v/dist-packages/"; \
- python$$v -c "import tables; tables.test()"; \
+ env PYTHONPATH=. python$$v tables/tests/test_all.py; \
done
endif
--
Packaging for pytables
More information about the debian-science-commits
mailing list