commit | 85ba7c3215d32e29be86bdb9d3efd72d5d2c5f7e | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 29 19:47:13 2022 -0600 |
committer | Simon Glass <sjg@chromium.org> | Mon Nov 07 16:24:30 2022 -0700 |
tree | d63e52f47c82a554fc26f3bcfe5b3d7064532175 | |
parent | fb998c28a415d2026329a374b0c3b088fb8c13d4 [diff] |
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: Simon Glass <sjg@chromium.org>