[PATCH] testbot/SetWinLocale: Fix setting the VM description.

Francois Gouget fgouget at codeweavers.com
Thu Mar 14 06:02:00 CDT 2019


There is no $Suffix variable.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/scripts/SetWinLocale | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/scripts/SetWinLocale b/testbot/scripts/SetWinLocale
index e9d024f8..5ca05071 100755
--- a/testbot/scripts/SetWinLocale
+++ b/testbot/scripts/SetWinLocale
@@ -649,7 +649,7 @@ if ($OptRefresh)
     $VM->IdleSnapshot($BaseVM->IdleSnapshot ."_$VMLocale");
     $VM->Hostname($BaseVM->Hostname);
 
-    my $Description = $BaseVM->Description ." ". LocaleName($Suffix);
+    my $Description = $BaseVM->Description ." ". LocaleName($VMLocale);
     my $PropertyDescriptor = $VMs->GetPropertyDescriptorByName("Description");
     if ($PropertyDescriptor->GetMaxLength() < length($Description))
     {
-- 
2.20.1



More information about the wine-devel mailing list