[Python-modules-commits] r20742 - in packages/pywavelets/trunk/debian (rules)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Mon Mar 12 05:31:33 UTC 2012
Date: Monday, March 12, 2012 @ 05:31:29
Author: eriol-guest
Revision: 20742
Enter in tests directory only once before the for loop
Modified:
packages/pywavelets/trunk/debian/rules
Modified: packages/pywavelets/trunk/debian/rules
===================================================================
--- packages/pywavelets/trunk/debian/rules 2012-03-11 18:11:10 UTC (rev 20741)
+++ packages/pywavelets/trunk/debian/rules 2012-03-12 05:31:29 UTC (rev 20742)
@@ -38,8 +38,9 @@
python$* setup.py build
ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
+ cd tests; \
for test in $(TESTS); do \
- cd tests; PYTHONPATH=$(call pythonpath,python$*) python$* $$test; \
+ PYTHONPATH=$(call pythonpath,python$*) python$* $$test; \
done
endif
More information about the Python-modules-commits
mailing list