binman: Ensure that coverage has access to site packages
authorSimon Glass <sjg@chromium.org>
Mon, 8 Jul 2019 19:18:36 +0000 (13:18 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 24 Jul 2019 03:27:57 +0000 (20:27 -0700)
commit86679cefe5fd3d24ccc4dc117c9e1b107f60c937
treec7f4ecd8c81e79ec6db07960df04ccf9a4c889da
parentd8d40748dd6f202948a8173073cf34f3b6468b6d
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>
tools/binman/binman.py