https://bugs.winehq.org/show_bug.cgi?id=56181
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Fixed by SHA1| |a6b58a2c1fe4951348c788d637a | |cf768aed4d908 Status|NEW |RESOLVED
--- Comment #3 from François Gouget fgouget@codeweavers.com --- This is fixed:
commit a6b58a2c1fe4951348c788d637acf768aed4d908 Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Jan 15 08:59:06 2024 +0100
gitlab: Force WINETEST_ARGS to always be a string array.
Fixes the test name passed to winetest.exe which is otherwise split into a character array when there's a single line in the winetest.args file, and then causes it to miss the test and always return success.