[Python-modules-commits] r28532 - in packages/libcloud/trunk/debian (rules)
eighthave at users.alioth.debian.org
eighthave at users.alioth.debian.org
Thu Apr 17 02:06:49 UTC 2014
Date: Thursday, April 17, 2014 @ 02:06:48
Author: eighthave
Revision: 28532
fix running test suite
Modified:
packages/libcloud/trunk/debian/rules
Modified: packages/libcloud/trunk/debian/rules
===================================================================
--- packages/libcloud/trunk/debian/rules 2014-04-16 12:29:54 UTC (rev 28531)
+++ packages/libcloud/trunk/debian/rules 2014-04-17 02:06:48 UTC (rev 28532)
@@ -6,7 +6,12 @@
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
dh_auto_test
- ln -s secrets.py-dist test/secrets.py
+ ln -s secrets.py-dist libcloud/test/secrets.py
for pyversion in $(shell pyversions -vr); do python$$pyversion setup.py test; done
touch $@
+
+override_dh_clean:
+ dh_clean
+ rm -f test/secrets.py
+ rm -f libcloud/test/secrets.py
endif
More information about the Python-modules-commits
mailing list