Tests: added "--restart" option.
Now Unit do not restart after each test by default.
This commit is contained in:
@@ -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():
|
||||
|
||||
Reference in New Issue
Block a user