patman: Move test running/reporting to test_util
authorSimon Glass <sjg@chromium.org>
Sat, 18 Apr 2020 00:09:01 +0000 (18:09 -0600)
committerSimon Glass <sjg@chromium.org>
Sun, 26 Apr 2020 20:25:21 +0000 (14:25 -0600)
commitce0dc2edfc51dba5134d50a49ac8a18667fb55b2
tree36040c7e9caa217bf992c487a8da4e298db31173
parent428e773011b319b50db0ff7d5cf331ec37f75175
patman: Move test running/reporting to test_util

This code is useful in other tools. Move it into a common file so it can
be shared.

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