[Python-modules-commits] r30831 - in packages/pycurl/trunk/debian (rules)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Tue Sep 30 17:58:02 UTC 2014
Date: Tuesday, September 30, 2014 @ 17:58:01
Author: barry
Revision: 30831
Run the tests when they are re-included in the source tarball (post 7.19.5)
Modified:
packages/pycurl/trunk/debian/rules
Modified: packages/pycurl/trunk/debian/rules
===================================================================
--- packages/pycurl/trunk/debian/rules 2014-09-30 17:54:36 UTC (rev 30830)
+++ packages/pycurl/trunk/debian/rules 2014-09-30 17:58:01 UTC (rev 30831)
@@ -30,7 +30,7 @@
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
-set -e ;\
for py in $(PY2VERS) $(PY3VERS) ; do \
- PYTHONPATH=`ls -d $(CURDIR)/build/lib.*-*-$$py` nosetests --verbose ; \
+ PYTHON=$$py make test; \
done
endif
More information about the Python-modules-commits
mailing list