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>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
commit0b3d24a7790d436bb611e5e10c4d0c06ea04fd3c
tree208f3955c96150bd5ccc465e237c7bf08ec44b05
parentada61f1ee2a4eaa1b29d699b5ba940483171df8a
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