
On Thu, Nov 19, 2020 at 10:08:41AM +0100, Patrick Delaunay wrote:
Raise an error when test is not found, for example with manual test with bad test name, as following, doesn't raise an error
=> ut lib bad Failures: 0
After the patch:
=> ut lib bad lib test bad not found Failures: 1
This patch allows also to detect tests which don't respect the expected format with "prefix" used in cmd_ut_category and defined in ut_subtest (./test/py/conftest.py). When I execute "make qcheck" this patch detects 2 issues, corrected by the 2 next patches.
Signed-off-by: Patrick Delaunay patrick.delaunay@st.com Reviewed-by: Simon Glass sjg@chromium.org
This is a great idea, which I cannot apply right now as it shows the setexpr tests aren't right. So, I'll try and look in to that if someone else doesn't get there first.