]> git.baikalelectronics.ru Git - uboot.git/commit
patman: Update cover-coverage tests for Python 3
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 04:00:54 +0000 (22:00 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commitfd2c3302ab0ecd6d87c12b92e819fbec591f4617
tree0b6df971db8943b947b6caf74c984499d22208d2
parent25240c1b12d859c0b9d3cab990b2b91d6a63a58e
patman: Update cover-coverage tests for Python 3

We need slightly different commands to run code coverage with Python 3.
Update the RunTestCoverage() function to handle this.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/test_util.py