From a7f3773e0b47ddeeef5550859927fd4630b14da7 Mon Sep 17 00:00:00 2001 From: Devaev Maxim Date: Sun, 11 Oct 2020 04:46:50 +0300 Subject: service --run --- testenv/tests/apps/cleanup/test_main.py | 1 + 1 file changed, 1 insertion(+) (limited to 'testenv/tests') diff --git a/testenv/tests/apps/cleanup/test_main.py b/testenv/tests/apps/cleanup/test_main.py index f9b74a06..0af4949c 100644 --- a/testenv/tests/apps/cleanup/test_main.py +++ b/testenv/tests/apps/cleanup/test_main.py @@ -55,6 +55,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) -- cgit v1.2.3