X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Makefile;h=2fb92a8038320e872a7a6466dea889eb62c8348c;hp=abc2c39c93c113c35d5d41b3c5c1d6cb108651f2;hb=14c779a7a979ba58499ee8f7310a9565d7fd78d3;hpb=95e2d7d8fd3798c521909164656bf568bf3bff85 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