test: Rename UTF_CONSOLE_REC to UTF_CONSOLE
The _REC suffix doesn't add much. Really what we want to know is whether the test uses the console, so rename this flag. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Mattijs Korpershoek <mkorpershoek@baylibre.com>
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ static int cmd_exit_test(struct unit_test_state *uts)
|
||||
|
||||
return 0;
|
||||
}
|
||||
EXIT_TEST(cmd_exit_test, UTF_CONSOLE_REC);
|
||||
EXIT_TEST(cmd_exit_test, UTF_CONSOLE);
|
||||
|
||||
int do_ut_exit(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user