[Python-modules-commits] r16905 - in packages/preprocess/trunk/debian (rules)

johannr-guest at users.alioth.debian.org johannr-guest at users.alioth.debian.org
Thu May 5 06:52:58 UTC 2011


    Date: Thursday, May 5, 2011 @ 06:52:49
  Author: johannr-guest
Revision: 16905

Make sure to clean up after running the tests.

Modified:
  packages/preprocess/trunk/debian/rules

Modified: packages/preprocess/trunk/debian/rules
===================================================================
--- packages/preprocess/trunk/debian/rules	2011-05-05 05:55:16 UTC (rev 16904)
+++ packages/preprocess/trunk/debian/rules	2011-05-05 06:52:49 UTC (rev 16905)
@@ -21,6 +21,8 @@
 
 clean::
 	-rm -rf $(addprefix test-stamp-, $(PY_VERSIONS))
+	-find $(CURDIR) -name "*.pyc" | xargs rm -rf
+	-rm -rf $(CURDIR)/test/tmp
 
 get-orig-source:
 	rm -rf $@




More information about the Python-modules-commits mailing list