commit | 40778d71cb23f7a511f9feb142939b2dfc0a68bb | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jul 08 13:18:36 2019 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 23 20:27:57 2019 -0700 |
tree | c7f4ecd8c81e79ec6db07960df04ccf9a4c889da | |
parent | 567b682939ab89cb43803dd6af84d28ae672af5b [diff] |
binman: Ensure that coverage has access to site packages Code coverage tests fail on binman due to dist-packages being dropped from the python path on Ubuntu 16.04. Add them in so that we can find the elffile module, which is required by binman. Signed-off-by: Simon Glass <sjg@chromium.org>