#83 Simplify _run_command
Merged by cqi. Opened by cqi.
cqi/rpkg simplify-_run_command  into  master

Download 83.patch

Either TTY or non-TTY, _run_command does same thing that run a single
command or pipe command. This change simplifies _run_command to run
commands for both TTY or non-TTY. As a result, no output to stdout and
stderr is captured, user is able to redirect output to a destination by
himself.

Signed-off-by: Chenxiong Qi cqi@redhat.com

This part of docstring should probably be updated too.

Nice! I tested this with all local commands they work fine (well, verify-files is failing but that also happens on master and is caused by the package I ran the tests on).

rebased

@lsedlar docstring is updated.

:thumbsup:

Pull-Request has been merged by cqi

Metadata