https://bugs.winehq.org/show_bug.cgi?id=48671
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|NEW |RESOLVED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- Now that the TestBot supports shared Gecko and Mono installations, creating wineprefixes is fast enough for it to not be necessary to create them in advance. This solves the wineprefix update issue.
commit e2888e5b253fee41bb4d77bdac3c61335050870b Author: Francois Gouget fgouget@codeweavers.com Date: Wed Jan 6 23:29:46 2021 +0100
testbot/WineReconfig: Do not prepare wineprefixes in advance.
This avoids test failures when the patch changes the initial Wine registry. Call CleanupWinePrefixes() after successful builds to ensure a clean transition and remove any stray wineprefix.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48671 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org