diff options
author | Devaev Maxim <[email protected]> | 2020-10-11 04:46:50 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-10-11 04:46:50 +0300 |
commit | a7f3773e0b47ddeeef5550859927fd4630b14da7 (patch) | |
tree | e793df2f4ac932ed1563cb22f6cc259ff413b5f9 /testenv/tests | |
parent | 51ac65d542e041c4f75f0428fe4e84a10ef1c356 (diff) |
service --run
Diffstat (limited to 'testenv/tests')
-rw-r--r-- | testenv/tests/apps/cleanup/test_main.py | 1 |
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 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) |