]> git.baikalelectronics.ru Git - uboot.git/commit
binman: Re-enable concurrent tests
authorSimon Glass <sjg@chromium.org>
Fri, 10 Jul 2020 00:39:34 +0000 (18:39 -0600)
committerSimon Glass <sjg@chromium.org>
Mon, 20 Jul 2020 17:37:47 +0000 (11:37 -0600)
commit37f2a7f09fa2224f3e22e4d2f3f443386fef6ecc
treeddd035f0c32e0e6bf21b4c4650964e98183e330d
parent6ecb944bd333c32023bcba21d015c50d73906e38
binman: Re-enable concurrent tests

With the change to absolute imports the concurrent tests feature
unfortunately broke. Fix it.

We cannot easy add a warning, since the output messes up tests which check
the output.

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