]> git.baikalelectronics.ru Git - uboot.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>
Sat, 25 Jul 2020 01:25:15 +0000 (19:25 -0600)
commit53848b8cb5fe2af7d8f3e27804703a58401a1722
tree208f3955c96150bd5ccc465e237c7bf08ec44b05
parentb134722e64c0491d036288d91360a281ec3afccf
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