]> git.ipfire.org Git - thirdparty/u-boot.git/commit
u_boot_pylib: Avoid concurrent execution of only one test
authorSimon Glass <sjg@chromium.org>
Tue, 29 Apr 2025 13:22:04 +0000 (07:22 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:41 +0000 (10:07 +0100)
commit55342144af598453c2de0271b8df50821f39ba13
tree723d22d4bc4be3533fca49a7e38ea6c703d0042a
parent1f18e8798fe2f89294925ad3cb5acf1754b080ca
u_boot_pylib: Avoid concurrent execution of only one test

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 <sjg@chromium.org>
tools/u_boot_pylib/test_util.py