
4 Nov
2020
4 Nov
'20
12:02 a.m.
At present if we fail to find the upstream then the error output is piped to wc, resulting in bogus results. Avoid the pipe and check the output directly.
Signed-off-by: Simon Glass sjg@chromium.org ---
(no changes since v1)
tools/patman/func_test.py | 19 +++++++++++++++++++ tools/patman/gitutil.py | 10 +++++++--- 2 files changed, 26 insertions(+), 3 deletions(-)
Applied to u-boot-dm, thanks!