[PATCH] testbot/web: Fix creating a job to update 'All Build VMs'.

Francois Gouget fgouget at codeweavers.com
Thu Oct 24 07:13:44 CDT 2019


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

diff --git a/testbot/web/admin/SpecialJobs.pl b/testbot/web/admin/SpecialJobs.pl
index 1556b55d1..c5a8f6587 100644
--- a/testbot/web/admin/SpecialJobs.pl
+++ b/testbot/web/admin/SpecialJobs.pl
@@ -167,7 +167,7 @@ sub OnSubmit($)
   $VMKey = $self->{JobTemplates}->{Build}->{VMKey};
   if ($VMKey ne "*No")
   {
-    $VMKey = undef if ($VMKey eq "*All Wine VMs");
+    $VMKey = undef if ($VMKey eq "*All Build VMs");
     my $VMs = GetReconfigVMs($VMKey, "build");
     push @Errors, "Found no build VM to update" if (!@$VMs);
     my $ErrMessage = AddReconfigJob($VMs, $VMKey, "build");
-- 
2.20.1




More information about the wine-devel mailing list