[apparmor] [PATCH] clean out test dir python cache directory

Tyler Hicks tyhicks at canonical.com
Tue Aug 13 00:08:49 UTC 2013


Description: clean out test dir python cache directory
Author: Steve Beattie <sbeattie at ubuntu.com>

---
 utils/Makefile |    1 +
 1 file changed, 1 insertion(+)

Index: b/utils/Makefile
===================================================================
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -78,6 +78,7 @@ clean: _clean
 	$(MAKE) -C vim clean
 	rm -rf staging/ build/
 	rm -f apparmor/*.pyc
+	rm -rf test/__pycache__/
 
 # ${CAPABILITIES} is defined in common/Make.rules
 .PHONY: check_severity_db
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/apparmor/attachments/20130812/1f96a75e/attachment.pgp>


More information about the AppArmor mailing list