X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FN2VC.git;a=blobdiff_plain;f=Makefile;h=2fb92a8038320e872a7a6466dea889eb62c8348c;hp=c63a6ba4e4d1e44e6fee6ddcd7aa38905a79ee53;hb=0cd1c02c85f5dbd6d06bd28b79f964fb209ee90a;hpb=f32b6f276457966347ed0d80ec7673ebc1357dc0 diff --git a/Makefile b/Makefile index c63a6ba..2fb92a8 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 || true .tox: tox -r --notest test: lint