borg testing: catch stdout and stderr from test prune correctly
Change-Id: I783b319c9395b8bfabec8f8670d0cbc1419f5e1e
This commit is contained in:
parent
116a2ca4a4
commit
1a3ae8cdd8
@ -94,5 +94,5 @@ def test_borg_server_prune(host):
|
|||||||
if hostname.startswith('borg-backup-test'):
|
if hostname.startswith('borg-backup-test'):
|
||||||
pytest.skip()
|
pytest.skip()
|
||||||
|
|
||||||
cmd = host.run('echo "prune" | /usr/local/bin/prune-borg-backups 2>&1 > /var/log/prune-borg-backups.log')
|
cmd = host.run('echo "prune" | /usr/local/bin/prune-borg-backups &> /var/log/prune-borg-backups.log')
|
||||||
assert cmd.succeeded
|
assert cmd.succeeded
|
||||||
|
Loading…
Reference in New Issue
Block a user