-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sanitize rpmsign --addsign/--delsign output
--addsign and --delsign used to emit output like below, which makes you expect some additional output, where there will be none: /some/path.rpm: Make sure all the error messages give a path you can relate to, only emit the file name in INFO level in case of success. No news is good news, right? So on success you now only get the following IFF operation succeeds and -v was specified: /some/path.rpm This also means we don't need to filter out these meaningless messages all over the place in the test-suite, remove now unndecessary /dev/null redirects and add -v to one case of both --addsign and --delsign to cover that case.
- Loading branch information
Showing
2 changed files
with
32 additions
and
26 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
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