fixed cleanup pinout

This commit is contained in:
Devaev Maxim
2019-02-20 05:37:19 +03:00
parent d0be0ef9e8
commit 70e0a1df45
2 changed files with 9 additions and 7 deletions

View File

@@ -18,6 +18,8 @@ tox: _testenv
run:
make _run TESTENV_CMD="python -m kvmd.apps.kvmd"
run-cleanup:
make _run TESTENV_CMD="python -m kvmd.apps.cleanup"
run-no-cache:
make _run TESTENV_CMD="python -m kvmd.apps.kvmd" TESTENV_OPTS=--no-cache