]> git.dujemihanovic.xyz Git - u-boot.git/commit
patman: Use test_util to show test results
authorSimon Glass <sjg@chromium.org>
Mon, 6 Jul 2020 03:41:48 +0000 (21:41 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:46 +0000 (11:37 -0600)
commit2e9a0cdfa8456636392f24dcc47e3270bd4818b7
treeb9593a1d0e5ef2c2b7c3b233c6176fb751a78619
parent7303ba10a4a39852b9ba356fae5656b43122eec6
patman: Use test_util to show test results

This handles skipped tests correctly, so use it instead of the existing
code.

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