]> git.ipfire.org Git - people/ms/u-boot.git/commit
binman: Append to PYTHONPATH when running test coverage
authorSimon Glass <sjg@chromium.org>
Mon, 13 Nov 2017 04:52:19 +0000 (21:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 23 Nov 2017 01:05:38 +0000 (18:05 -0700)
commit5a3f2226043cd46d446ab6eba39e47d131b47175
tree04ea92409d7af33c5bb04385446a7bd44d299966
parentaab660fe18ac24ee859a203f517f939685af5e10
binman: Append to PYTHONPATH when running test coverage

Rather that overwrite this, append to it, in case the caller has already
set up the path correctly.

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