diff options
author | Devaev Maxim <[email protected]> | 2020-10-15 09:56:52 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-10-15 09:56:52 +0300 |
commit | d96478b2092a433651712ac27c886c0d174f9484 (patch) | |
tree | 5b2d5a8a1175eb75cf277b1ad46900c612de7600 /testenv/tests | |
parent | de2998a42fb65d3207c1cf64e4b42e1d727f846e (diff) | |
parent | a7f3773e0b47ddeeef5550859927fd4630b14da7 (diff) |
Merge branch 'confirm' into master
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 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) |