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:
Simon Glass
2025-07-09 11:26:41 +02:00
parent c1949994d3
commit 8170ab591f

View File

@@ -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;
}