[tools] testbot/WineTest: Don't run the tests for test=build missions.

Francois Gouget fgouget at codeweavers.com
Sun Jun 13 06:50:22 CDT 2021


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

diff --git a/testbot/bin/build/WineTest.pl b/testbot/bin/build/WineTest.pl
index ffd665faa..73cd660c6 100755
--- a/testbot/bin/build/WineTest.pl
+++ b/testbot/bin/build/WineTest.pl
@@ -116,7 +116,7 @@ sub TestPatch($$)
   {
     push @TestList, "-m", "do.not.submit";
   }
-  else
+  elsif ($Mission->{test} ne "build")
   {
     foreach my $ModuleName (sort keys %{$Impacts->{Modules}})
     {
-- 
2.20.1



More information about the wine-devel mailing list