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, 27 Jul 2020 01:59:57 +0000 (19:59 -0600)
commit347e0f00e850028b4595287d5158c5a8f36ba910
treecf6af77b839616f615f13af1d6970a136d10e44d
parent52b10dd7def5fa77366ee89bffde597b2e03d1a1
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