X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=Makefile;h=2fb92a8038320e872a7a6466dea889eb62c8348c;hb=c4616c89b82b0a942f45cbbfe79fece87589fdef;hp=fab699105995166be8c6ea3f1cbd2a2848fcdf45;hpb=bc0daf83db3d783039db7c8c8496a4eb0ceddfe0;p=osm%2FN2VC.git diff --git a/Makefile b/Makefile index fab6991..2fb92a8 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +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 + lxc list test- --format=json|jq '.[]["name"]'| xargs lxc delete --force || true .tox: tox -r --notest test: lint