test: cedit: Allow cedit_render_lineedit() to run alone

This test works as part of the bootstd suite but currently fails if run
by itself. The problem is that the console is silenced, so use the new
UTF_NO_SILENT flag to fix this.

Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
Simon Glass
2025-12-07 05:52:27 -07:00
parent daafb72443
commit 8ddf1dbd6e

View File

@@ -446,7 +446,7 @@ static int cedit_render_textline(struct unit_test_state *uts)
return 0;
}
BOOTSTD_TEST(cedit_render_textline, UTF_DM | UTF_SCAN_FDT);
BOOTSTD_TEST(cedit_render_textline, UTF_DM | UTF_SCAN_FDT | UTF_NO_SILENT);
/* Check the cedit is arranged correctly */
static int cedit_position(struct unit_test_state *uts)