]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
test: boot: Update bootflow_iter() for console checking
authorSimon Glass <sjg@chromium.org>
Sat, 19 Oct 2024 15:21:58 +0000 (09:21 -0600)
committerTom Rini <trini@konsulko.com>
Mon, 4 Nov 2024 03:27:12 +0000 (21:27 -0600)
This test checks console output so should have the UTF_CONSOLE flag. Add
it.

Signed-off-by: Simon Glass <sjg@chromium.org>
test/boot/bootflow.c

index 8762d21ef3c3eb0241bbfb0bfcda6b5c138ab9ea..2f859c40adb4b65a4887145c063ced6061307ffc 100644 (file)
@@ -370,7 +370,7 @@ static int bootflow_iter(struct unit_test_state *uts)
 
        return 0;
 }
-BOOTSTD_TEST(bootflow_iter, UTF_DM | UTF_SCAN_FDT);
+BOOTSTD_TEST(bootflow_iter, UTF_DM | UTF_SCAN_FDT | UTF_CONSOLE);
 
 #if defined(CONFIG_SANDBOX) && defined(CONFIG_BOOTMETH_GLOBAL)
 /* Check using the system bootdev */