[Python-modules-commits] r15139 - in packages/cheetah/trunk/debian (rules)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Sun Dec 26 09:45:52 UTC 2010
Date: Sunday, December 26, 2010 @ 09:45:51
Author: arnau
Revision: 15139
Improve tests status message
Modified:
packages/cheetah/trunk/debian/rules
Modified: packages/cheetah/trunk/debian/rules
===================================================================
--- packages/cheetah/trunk/debian/rules 2010-12-26 09:43:23 UTC (rev 15138)
+++ packages/cheetah/trunk/debian/rules 2010-12-26 09:45:51 UTC (rev 15139)
@@ -27,10 +27,10 @@
#
# Any better way to run the tests as this is very ugly?
for buildver in $(cdbs_python_build_versions); do \
- echo "Running tests with python$$buildver" && \
+ echo "Running tests with python$$buildver..." && \
cd $(DEB_SRCDIR) && \
PATH=$(DEB_PYTHON_BUILDDIR)/scripts-$${buildver}:$$PATH \
PYTHONPATH=$$(echo $(DEB_PYTHON_BUILDDIR)/lib.linux-*-$$buildver) \
$(call cdbs_python_binary,python$$buildver) $(DEB_SRCDIR)/cheetah/Tests/Test.py || \
- echo "Running tests FAILED with python$$buildver"; \
+ echo "FAILED with python$$buildver"; \
done
More information about the Python-modules-commits
mailing list