You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle is_installed for rpm package when rpm database is corrupted
When rpm database is corrupted `rpm -q $pkg` return exit code 1 and testinfra was reporting the package as not installed.
Use --quiet option so the "package $pkg is (not) installed" is not printed and in case of corrupted database error will display to stdout even with --quiet.
Closes#758
Co-authored-by: Philippe Pepiot <[email protected]>
0 commit comments