Native charm support
[osm/N2VC.git] / Makefile
index abc2c39..2fb92a8 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ clean:
        find . -name *.pyc -delete
        rm -rf .tox
        rm -rf tests/charms/builds/*
+       lxc list test- --format=json|jq '.[]["name"]'| xargs lxc delete --force || true
 .tox:
        tox -r --notest
 test: lint