[PATCH] testbot/web: One cannot create a test job from a dll.

Francois Gouget fgouget at codeweavers.com
Thu Jun 14 03:35:41 CDT 2018


DetermineFileType() transforms these file types to unknown so they get
rejected.

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

diff --git a/testbot/web/Submit.pl b/testbot/web/Submit.pl
index ac9a38488..97f31d10c 100644
--- a/testbot/web/Submit.pl
+++ b/testbot/web/Submit.pl
@@ -240,7 +240,7 @@ sub GenerateFields($)
       print "</th><tbody>\n";
 
       my $VMs = CreateVMs();
-      if ($self->{FileType} eq "exe64" || $self->{FileType} eq "dll64")
+      if ($self->{FileType} eq "exe64")
       {
           $VMs->AddFilter("Type", ["win64"]);
       }
-- 
2.17.1




More information about the wine-devel mailing list