Francois Gouget : testbot/WineTest: Don't run the tests for test=build missions.

Alexandre Julliard julliard at winehq.org
Mon Jun 14 15:59:25 CDT 2021


Module: tools
Branch: master
Commit: 1571def6c445bf48074097cc316286637c6eac18
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=1571def6c445bf48074097cc316286637c6eac18

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Sun Jun 13 13:50:22 2021 +0200

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

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 ffd665f..73cd660 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}})
     {




More information about the wine-cvs mailing list