]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit4ddeab57dacaf590aab8cba70c4d46daf9edce83
tree36040c7e9caa217bf992c487a8da4e298db31173
parent28e8ce318cac72f0de1153f93b1be1f0dde25b75
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