[Python-modules-commits] r17020 - in packages/pyke/trunk/debian (rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon May 16 20:19:47 UTC 2011
Date: Monday, May 16, 2011 @ 20:19:43
Author: eriol-guest
Revision: 17020
Loop only over requested python versions
Modified:
packages/pyke/trunk/debian/rules
Modified: packages/pyke/trunk/debian/rules
===================================================================
--- packages/pyke/trunk/debian/rules 2011-05-16 20:18:04 UTC (rev 17019)
+++ packages/pyke/trunk/debian/rules 2011-05-16 20:19:43 UTC (rev 17020)
@@ -11,7 +11,7 @@
# whether they have to compile the knowledge base sources or not.
# Compilation of the knowledge base will occur on first run.
set -e; \
- for python in $(shell pyversions -rs); do \
+ for python in $(shell pyversions -r); do \
$$python /usr/bin/nosetests --with-doctest pyke/; \
$$python /usr/bin/nosetests --with-doctest pyke/; \
rm -rf compiled_krb/; \
More information about the Python-modules-commits
mailing list