diff options
author | Tom Rini <trini@konsulko.com> | 2018-07-06 10:27:14 -0600 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2018-07-09 09:11:00 -0600 |
commit | 16d836cd6fa0d22e24fa2340df08e6d6d80c5107 (patch) | |
tree | a6cb369eade526c6ae9d3c8286721d5452b3a929 /test/run | |
parent | 31e60ffa05b0952be3df8f584155567afdee50bd (diff) | |
download | u-boot-16d836cd6fa0d22e24fa2340df08e6d6d80c5107.tar.gz |
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>
Diffstat (limited to 'test/run')
-rwxr-xr-x | test/run | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |