Wed, Mar 16, 2016 at 10:29:13AM CET, jtluka@redhat.com wrote:
ExecCmdFail exception is thrown if a command returns with non-zero returncode. When this happens only stderr is saved in the exception. User might want to work with both the stdout and stderr.
This patch saves stdout data along with stderr in this case.
Signed-off-by: Jan Tluka jtluka@redhat.com
FYI, I've just applied the set.
-Jan