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