There is no point in spinning up multiple processes if there is only one test to execute. Add a check for this.
Signed-off-by: Simon Glass <s...@chromium.org> --- (no changes since v1) tools/u_boot_pylib/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to sjg/master, thanks!