1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-10-03 08:21:30 +02:00

patman: Put the coverage command-line last

Put this at the end so it is easier to copy it from the terminal.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2022-08-13 11:40:41 -06:00
parent 55bc22760c
commit 8816edabbd

View File

@@ -81,8 +81,7 @@ def run_test_coverage(prog, filter_fname, exclude_list, build_dir, required=None
print(coverage) print(coverage)
if coverage != '100%': if coverage != '100%':
print(stdout) print(stdout)
print("Type 'python3-coverage html' to get a report in " print("To get a report in 'htmlcov/index.html', type: python3-coverage html")
'htmlcov/index.html')
print('Coverage error: %s, but should be 100%%' % coverage) print('Coverage error: %s, but should be 100%%' % coverage)
ok = False ok = False
if not ok: if not ok: