[tools] testbot/VMs: Set the default VM type to win64.

Francois Gouget fgouget at codeweavers.com
Wed Feb 9 19:11:55 CST 2022


This is only relevant when creating a new VM and the most commonly
created VM type is 64-bit Windows VMs (for the various locales).

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/WineTestBot/VMs.pm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testbot/lib/WineTestBot/VMs.pm b/testbot/lib/WineTestBot/VMs.pm
index 9ecd4292f9..60a52b86c5 100644
--- a/testbot/lib/WineTestBot/VMs.pm
+++ b/testbot/lib/WineTestBot/VMs.pm
@@ -171,6 +171,7 @@ sub InitializeNew($$)
   my ($self, $Collection) = @_;
 
   $self->Status("off");
+  $self->Type("win64");
   $self->IdleSnapshot("base-live");
 
   $self->SUPER::InitializeNew($Collection);
-- 
2.30.2



More information about the wine-devel mailing list