Module: tools Branch: master Commit: 7c9506177aba7f3a7d99d766de22aba4dbff8c73 URL: https://source.winehq.org/git/tools.git/?a=commit;h=7c9506177aba7f3a7d99d766... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Wed Dec 12 16:58:35 2018 +0100 testbot/SetWinLocale: Automate changing the Windows locales. SetWinLocale leverages TestAgent and intl.cpl to automate changing the Windows locales of the specified host: sorting and formatting, system locale, display language, keyboard and location. It can also create locale VMs for the TestBot, that is copies of a base VM that allow the TestBot to run the tests in the specified locale. Then it can recreate a specific locale VM snapshot from the base snapshot, or refresh the snapshots of all the locale VMs of a given base VM. Signed-off-by: Francois Gouget <fgouget(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- testbot/scripts/SetWinLocale | 857 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 857 insertions(+) Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=7c9506177aba7f3a7d99...