projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
55bc227
)
patman: Put the coverage command-line last
author
Simon Glass
<sjg@chromium.org>
Sat, 13 Aug 2022 17:40:41 +0000
(11:40 -0600)
committer
Simon Glass
<sjg@chromium.org>
Sun, 21 Aug 2022 00:07:32 +0000
(18:07 -0600)
Put this at the end so it is easier to copy it from the terminal.
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/test_util.py
patch
|
blob
|
history
diff --git
a/tools/patman/test_util.py
b/tools/patman/test_util.py
index c27e0b39e5fa2a29802599d84677d690952a3656..7df2aec67055a08147575930772a2b5c3b49d678 100644
(file)
--- a/
tools/patman/test_util.py
+++ b/
tools/patman/test_util.py
@@
-81,8
+81,7
@@
def run_test_coverage(prog, filter_fname, exclude_list, build_dir, required=None
print(coverage)
if coverage != '100%':
print(stdout)
- print("Type 'python3-coverage html' to get a report in "
- 'htmlcov/index.html')
+ print("To get a report in 'htmlcov/index.html', type: python3-coverage html")
print('Coverage error: %s, but should be 100%%' % coverage)
ok = False
if not ok: