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)
commit9550f9acd64449a739b2db90c64e63a6269d81d8
tree0b6df971db8943b947b6caf74c984499d22208d2
parent5385f5a0183cfb0b6f86ec2b55d40b67a4acfe57
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