commit | f54458b3b6d162c62f9d1360a741b8bc278426b2 | [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 | 5622825416b08af1d2a841b87d7d841a37a8e420 [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) {