-
-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: fix testing qubes-vm-update error reporting
Previously the expected_ret_codes applied to both qubes-vm-update and later check if a package was updated (`rpm -q|grep ...` etc). With unified qubes-vm-update exit codes, this approach is too broad as qubes-vm-update is now expected to exit with very specific error, not just "any error" - and this doesn't match grep's exit code anymore. Fix this by adding another parameter for expected grep result (whether updated package is expected or not).
- Loading branch information
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters