Re: [PATCH v2 07/30] u_boot_pylib: Avoid concurrent execution of only one test

2025-05-23 Thread Simon Glass
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 --- (no changes since v1) tools/u_boot_pylib/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Applied to sjg/master, thanks!

[PATCH v2 07/30] u_boot_pylib: Avoid concurrent execution of only one test

2025-05-04 Thread Simon Glass
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 --- (no changes since v1) tools/u_boot_pylib/test_util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/u_boot_pylib/test_util.