Tests: added "--restart" option.

Now Unit do not restart after each test by default.
This commit is contained in:
Andrei Zeliankou
2021-02-08 23:32:27 +00:00
parent 958bc90caa
commit 4404097e05
5 changed files with 103 additions and 22 deletions

View File

@@ -47,7 +47,7 @@ def waitforsocket(port):
except KeyboardInterrupt:
raise
pytest.fail('Can\'t connect to the 127.0.0.1:' + port)
pytest.fail('Can\'t connect to the 127.0.0.1:' + str(port))
def findmnt():