Improved integration tests
[osm/N2VC.git] / Makefile
index 4655d33..51e19b4 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ clean:
        find . -name __pycache__ -type d -exec rm -r {} +
        find . -name *.pyc -delete
        rm -rf .tox
        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/*
 .tox:
        tox -r --notest
 test: lint
 .tox:
        tox -r --notest
 test: lint