X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Makefile;h=2fb92a8038320e872a7a6466dea889eb62c8348c;hp=abc2c39c93c113c35d5d41b3c5c1d6cb108651f2;hb=2911434d2a0e24292c73f640f5df4cac9c447867;hpb=ea14f890f054d5eb85416a5b6c8c7713e2506ad8;ds=inline diff --git a/Makefile b/Makefile index abc2c39..2fb92a8 100644 --- 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