changeset 999: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	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