commit | 0318126236da1474ae1b6e349d83991fb0cda8ea | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 23 11:56:21 2024 -0600 |
committer | Simon Glass <sjg@chromium.org> | Wed Jul 03 07:36:33 2024 +0100 |
tree | 93fff3e4e31f9d7a1cb1a24a7651d4aea4695177 | |
parent | 6c0a3cf75f72370deec3ee516a9dd377397af207 [diff] |
u_boot_pylib: Use correct coverage tool within venv When running within a Python venv we must use the 'coverage' tool (which is within the venv) so that the venv packages are used in preference to system packages. Otherwise the coverage tests run in a different environment from the normal tests and may fail due to missing packages. Handle this by detecting the venv and changing the tool name. Signed-off-by: Simon Glass <sjg@chromium.org>