X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Makefile;h=fab699105995166be8c6ea3f1cbd2a2848fcdf45;hp=c63a6ba4e4d1e44e6fee6ddcd7aa38905a79ee53;hb=34cc6609cad010420aee843c15c0ded8fa608835;hpb=f32b6f276457966347ed0d80ec7673ebc1357dc0 diff --git a/Makefile b/Makefile index c63a6ba..fab6991 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,8 @@ clean: find . -name __pycache__ -type d -exec rm -r {} + find . -name *.pyc -delete rm -rf .tox - rm -rf tests/charms/tmp* + rm -rf tests/charms/builds/* + lxc list test- --format=json|jq '.[]["name"]'| xargs lxc delete --force .tox: tox -r --notest test: lint