Skip to content

Commit

Permalink
tests: update expected exit code on update error
Browse files Browse the repository at this point in the history
Would be easier with QubesOS/qubes-issues#9196
  • Loading branch information
marmarek committed May 9, 2024
1 parent 18ef905 commit ccb586c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qubes/tests/integ/vm_update.py
Original file line number Diff line number Diff line change
Expand Up @@ -638,15 +638,15 @@ def test_130_no_network_qubes_vm_update(self):
self.update_via_proxy_qubes_vm_update_impl(
method="qubes-vm-update",
options=(),
expected_ret_codes=(1, 2),
expected_ret_codes=(1, 2, 5),
break_repo=True
)

def test_131_no_network_qubes_vm_update_cli(self):
self.update_via_proxy_qubes_vm_update_impl(
method="qubes-vm-update",
options=("--no-progress",),
expected_ret_codes=(1, 2),
expected_ret_codes=(1, 2, 5),
break_repo=True
)

Expand Down

0 comments on commit ccb586c

Please sign in to comment.