mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02:00
binman: Switch to 'python-coverage'
The most portable way to get access to coverage is to invoke it as 'python-coverage'. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
3
test/run
3
test/run
@@ -26,8 +26,7 @@ PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test ./tools/dtoc/dtoc -t
|
||||
|
||||
# This needs you to set up Python test coverage tools.
|
||||
# To enable Python test coverage on Debian-type distributions (e.g. Ubuntu):
|
||||
# $ sudo apt-get install python-pip python-pytest
|
||||
# $ sudo pip install coverage
|
||||
# $ sudo apt-get install python-pytest python-coverage
|
||||
PYTHONPATH=${DTC_DIR}/pylibfdt DTC=${DTC_DIR}/dtc run_test \
|
||||
./tools/binman/binman -T
|
||||
|
||||
|
Reference in New Issue
Block a user