Skip to content
Snippets Groups Projects
Commit 45a226a1 authored by Simon Glass's avatar Simon Glass Committed by Tom Rini
Browse files

test/py: Support --build when running tests in parallel


At present when -n is used, all workers try to build U-Boot at once.
Add a lock to ensure that only one of them builds, with the others using
the build that is produced.

The lock file is removed on startup.

Signed-off-by: Simon Glass's avatarSimon Glass <sjg@chromium.org>
parent 48668027
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment