Re: [PATCH] tests: Disable gfxterm_menu and cmdline_cat tests

2025-05-15 Thread Daniel Kiper
On Mon, May 05, 2025 at 04:11:36PM -0500, Glenn Washburn wrote: > Those tests fail depending on the version of unifont. As we don't distribute > our own unifont it fails for most users. Disable them so that they don't mask > real failures. They can be reinstated once we solve unifont problem. > >

[PATCH] tests: Disable gfxterm_menu and cmdline_cat tests

2025-05-05 Thread Glenn Washburn
Those tests fail depending on the version of unifont. As we don't distribute our own unifont it fails for most users. Disable them so that they don't mask real failures. They can be reinstated once we solve unifont problem. Signed-off-by: Glenn Washburn --- This is my version of Vladimir's patch,