summaryrefslogtreecommitdiffhomepage
path: root/tests/21_test_command_wrappers.py
Commit message (Collapse)AuthorAge
* command_wrapper: quote error stringsGuido Günther2017-11-09
| | | | | | so we don't accidentally try to expand values in error messages Closes: #881254
* tests: move patch_popen to testutilsGuido Günther2017-08-02
|
* command_wrappers: port to Python3Guido Günther2017-08-02
|
* commands: allow to fall back to error reason if stderr is emptyGuido Günther2016-11-04
| | | | | | | Use this in PristineTar and SrcRpmFile to give better error messages if the command doesn't even get to print to stderr (i.e. missing on disk). Closes: #842592
* command_wrapper: Make error reporting more flexibleGuido Günther2015-03-27
We allow to substitute stderr, stdout and error_reason in run_error now. These changes the API for derived classses slightly so fix them up as well.