commit | 675fde825ad6a27f799305a1828477c1980a3e62 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 22 07:57:59 2024 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 26 18:51:49 2024 -0600 |
tree | 8e1431fb89567222092d02e63948cc54cbb36bc2 | |
parent | 0af38d12d98070bc09001e200b15c7e0d6a80388 [diff] [blame] |
test: dm: Use UTF_CONSOLE in tests Set this flag rather than doing things manually in the test. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/test/dm/scmi.c b/test/dm/scmi.c index 5c540fc..3655594 100644 --- a/test/dm/scmi.c +++ b/test/dm/scmi.c
@@ -281,7 +281,7 @@ return 0; } -DM_TEST(dm_test_scmi_cmd, UTF_SCAN_FDT); +DM_TEST(dm_test_scmi_cmd, UTF_SCAN_FDT | UTF_CONSOLE); static int dm_test_scmi_power_domains(struct unit_test_state *uts) {