changeset 1095:38099dfdcbbe

debian: add line to clean target to delete error files caused by failing tests
author Faheem Mitha <faheem@faheem.info>
date Wed, 23 Jul 2014 12:08:48 +0200
parents 85ec2a55fe7c
children 8043ae3612e4
files debian/rules
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@
 	dh_python2
 
 clean: clean-docs
+	rm -f tests/*.err
 
 clean-docs:
 	rm -rf html