Files
u-boot/test/py/tests
Simon Glass 540bf7881a test: Do flag-processing in the correct place
At present the 'ut' command handles its flags in a strange way, in that
they must come after the subcommand.

So, we must use 'ut bloblist -r2' to run the bloblist tests twice. This
is an artefact of the way tests were run, through subcommands.

It is now possible to correct this, by doing flag-processing before
running the suite.

Update the code to handle this, so that 'ut -r2 bloblist' works. Update
the 'test_suite' test to check the new arguments.

Add a sanity-check for -I while we are here.

Signed-off-by: Simon Glass <sjg@chromium.org>
2025-02-11 20:12:36 -06:00
..
2024-11-26 11:13:39 -06:00
2022-12-31 13:35:19 -05:00
2024-07-04 09:25:21 -06:00
2024-11-01 13:37:58 -06:00
2025-01-05 02:30:47 +01:00
2024-07-04 09:25:21 -06:00
2020-10-14 11:16:34 -04:00
2025-01-14 14:29:29 -06:00
2022-03-02 10:28:12 -05:00