[Python-modules-commits] [python-axiom] 07/16: Clean up dropin.cache created during tests.

Tristan Seligmann mithrandi at moszumanska.debian.org
Sat Sep 10 15:25:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

mithrandi pushed a commit to branch master
in repository python-axiom.

commit dfd59c5637d5d15c17a1b47470fa62dad439934b
Author: Tristan Seligmann <mithrandi at debian.org>
Date:   Sat Sep 10 17:01:36 2016 +0200

    Clean up dropin.cache created during tests.
---
 debian/rules | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 23addc7..3d31f3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,9 @@ export PYBUILD_NAME=axiom
 
 override_dh_auto_test:
 	PYBUILD_SYSTEM=custom \
-	PYBUILD_TEST_ARGS="{interpreter} /usr/bin/trial axiom" dh_auto_test
+	PYBUILD_TEST_ARGS="{interpreter} /usr/bin/trial axiom" \
+	PYBUILD_AFTER_TEST="find {build_dir} -name dropin.cache -delete" \
+	dh_auto_test
 
 
 override_dh_installchangelogs:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-axiom.git



More information about the Python-modules-commits mailing list