X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Makefile;h=fab699105995166be8c6ea3f1cbd2a2848fcdf45;hp=abc2c39c93c113c35d5d41b3c5c1d6cb108651f2;hb=refs%2Fheads%2Ffeature7106;hpb=e3a05f81eb77deac1fa0f2901960597d38f45d54;ds=inline diff --git a/Makefile b/Makefile index abc2c39..fab6991 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 .tox: tox -r --notest test: lint