summaryrefslogtreecommitdiff
path: root/testenv
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-10-15 09:56:52 +0300
committerDevaev Maxim <[email protected]>2020-10-15 09:56:52 +0300
commitd96478b2092a433651712ac27c886c0d174f9484 (patch)
tree5b2d5a8a1175eb75cf277b1ad46900c612de7600 /testenv
parentde2998a42fb65d3207c1cf64e4b42e1d727f846e (diff)
parenta7f3773e0b47ddeeef5550859927fd4630b14da7 (diff)
Merge branch 'confirm' into master
Diffstat (limited to 'testenv')
-rw-r--r--testenv/tests/apps/cleanup/test_main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/testenv/tests/apps/cleanup/test_main.py b/testenv/tests/apps/cleanup/test_main.py
index 72fba6d9..6514cbce 100644
--- a/testenv/tests/apps/cleanup/test_main.py
+++ b/testenv/tests/apps/cleanup/test_main.py
@@ -57,6 +57,7 @@ def test_ok(tmpdir) -> None: # type: ignore
"--set-options",
f"kvmd/server/unix={kvmd_sock_path}",
f"kvmd/streamer/unix={ustreamer_sock_path}",
+ "--run",
])
assert not os.path.exists(ustreamer_sock_path)