debian: add line to clean target to delete error files caused by failing tests
authorFaheem Mitha <faheem@faheem.info>
Wed, 23 Jul 2014 12:08:48 +0200
changeset 999 38099dfdcbbe
parent 998 85ec2a55fe7c
child 1000 8043ae3612e4
debian: add line to clean target to delete error files caused by failing tests
debian/rules
--- a/debian/rules	Mon Jun 30 13:38:49 2014 -0400
+++ b/debian/rules	Wed Jul 23 12:08:48 2014 +0200
@@ -18,6 +18,7 @@
 	dh_python2
 
 clean: clean-docs
+	rm -f tests/*.err
 
 clean-docs:
 	rm -rf html