Re: [U-Boot] [PATCH v2 17/37] binman: Ensure that coverage has access to site packages

2019-07-17 Thread sjg
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 --- Changes in v2: None tools/binman/binman.py | 8 1 file changed, 8

[U-Boot] [PATCH v2 17/37] binman: Ensure that coverage has access to site packages

2019-07-08 Thread Simon Glass
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 --- Changes in v2: None tools/binman/binman.py | 8 1 file changed, 8