x86: bdinfo: Update test for output of tsc
The bdinfo command on x86 now outputs the TSC value, do update the tests to account for this. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -216,7 +216,7 @@ static int bdinfo_test_all(struct unit_test_state *uts)
|
||||
}
|
||||
|
||||
if (IS_ENABLED(CONFIG_X86))
|
||||
ut_check_skip_to_linen(uts, " high end =");
|
||||
ut_check_skip_to_linen(uts, "tsc =");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user