]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
patman: RunPipe() should not pipe stdout/stderr unless asked
authorSimon Glass <sjg@chromium.org>
Sat, 6 Sep 2014 01:00:09 +0000 (19:00 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 9 Sep 2014 22:38:24 +0000 (16:38 -0600)
commitddaf5c8f3030050fcd356a1e49e3ee8f8f52c6d4
treef670b03e86281912c34f2752b8e4371322634d7f
parent6208fcef9457f3c9b72c482376cfdba4c60cb728
patman: RunPipe() should not pipe stdout/stderr unless asked

RunPipe() currently pipes the output of stdout and stderr to a pty, but
this is not the intended behaviour. Fix it.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/command.py
tools/patman/gitutil.py