Check that repo management succeeded
This commit is contained in:
parent
047cfbc407
commit
8f9989a61d
@ -51,7 +51,8 @@ def _run_qrexec_repo(service, arg=''):
|
|||||||
|
|
||||||
def _manage_repos(repolist, action):
|
def _manage_repos(repolist, action):
|
||||||
for i in repolist:
|
for i in repolist:
|
||||||
_run_qrexec_repo('qubes.repos.' + action, i) == 'ok\n'
|
result = _run_qrexec_repo('qubes.repos.' + action, i)
|
||||||
|
assert result == 'ok\n'
|
||||||
|
|
||||||
def _handle_dom0_updates_combobox(idx):
|
def _handle_dom0_updates_combobox(idx):
|
||||||
idx += 1
|
idx += 1
|
||||||
|
Loading…
Reference in New Issue
Block a user