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)
commit0b9116e31a6807a442f3a2ec887927536ce3aee3
treeddd035f0c32e0e6bf21b4c4650964e98183e330d
parent8beed3d7ac5a3253a850bdadcb2dbc1fec6aff6c
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