mirror of
https://github.com/Dasharo/coreboot.git
synced 2026-06-13 10:16:48 -07:00
From the Jenkins result of CB:90798, it appears that the generated junit-tests_lib_ux_locales-test(tests).xml is not a valid XML file possibly due to incorrect quotes handling by cmocka. Therefore, in the UX_LOCALES_GET_TEXT_TEST macro definition, replace `#_expect` with `_expect`, so that the `name` field of the CMUnitTest struct won't contain double quotes. Change-Id: Idfec437ae627208031854694e66ca79e22132385 Signed-off-by: Yu-Ping Wu <yupingso@chromium.org> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90801 Reviewed-by: Jakub "Kuba" Czapiga <czapiga@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>