Skip to content
Commit d1b46595 authored by Simon Glass's avatar Simon Glass
Browse files

test: Add a way to detect a test that breaks another



When running unit tests, some may have side effects which cause a
subsequent test to break. This can sometimes be seen when using 'ut dm'
or similar.

Add a new argument which allows a particular (failing) test to be run
immediately after a certain number of tests have run. This allows the
test causing the failure to be determined.

Update the documentation also.

Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
parent 6580b618
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment