[Python-modules-commits] r28098 - in packages/python-keyczar/trunk/debian (rules)
chrisk-guest at users.alioth.debian.org
chrisk-guest at users.alioth.debian.org
Mon Mar 10 00:34:08 UTC 2014
Date: Monday, March 10, 2014 @ 00:34:07
Author: chrisk-guest
Revision: 28098
Update moved location of unit tests
Modified:
packages/python-keyczar/trunk/debian/rules
Modified: packages/python-keyczar/trunk/debian/rules
===================================================================
--- packages/python-keyczar/trunk/debian/rules 2014-03-10 00:33:49 UTC (rev 28097)
+++ packages/python-keyczar/trunk/debian/rules 2014-03-10 00:34:07 UTC (rev 28098)
@@ -13,7 +13,7 @@
override_dh_auto_test:
ifeq (,$(findstring nocheck,$(DEB_BUILD_OPTIONS)))
set -e ; \
- cd tests/keyczar/; \
+ cd tests/keyczar_tests/; \
for py in $(PYVERS); do \
if [ "$$py" \< "2.6" ]; then \
PYTHONPATH=$(CURDIR)/build/lib python$$py alltests.py; \
More information about the Python-modules-commits
mailing list