Merge "install-borg: update to borg 1.1.18"
This commit is contained in:
commit
3fc8d7cf98
@ -1 +1 @@
|
||||
borg_version: 1.1.14
|
||||
borg_version: 1.1.18
|
||||
|
@ -28,7 +28,7 @@ def test_borg_installed(host):
|
||||
assert cmd.succeeded
|
||||
# NOTE(ianw): deliberately pinned; we want to be careful if we
|
||||
# update that the new version is compatible with old repos.
|
||||
assert '1.1.14' in cmd.stdout
|
||||
assert '1.1.18' in cmd.stdout
|
||||
|
||||
def test_borg_server_users(host):
|
||||
hostname = host.backend.get_hostname()
|
||||
|
Loading…
x
Reference in New Issue
Block a user