Merge branch 'confirm' into master

This commit is contained in:
Devaev Maxim
2020-10-15 09:56:52 +03:00
10 changed files with 24 additions and 7 deletions

View File

@@ -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)