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