Francois Gouget : testbot/WineTest: Fix the build-only missions.

Alexandre Julliard julliard at winehq.org
Tue Nov 19 15:06:58 CST 2019


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Nov 19 16:28:31 2019 +0100

testbot/WineTest: Fix the build-only 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 9948e09..88f5e36 100755
--- a/testbot/bin/build/WineTest.pl
+++ b/testbot/bin/build/WineTest.pl
@@ -453,7 +453,7 @@ if ($Action eq "testpatch")
 }
 foreach my $Mission (@{$TaskMissions->{Missions}})
 {
-  return 1 if ($Mission->{test} eq "build");
+  next if ($Mission->{test} eq "build");
 
   if ($Action eq "testexe")
   {




More information about the wine-cvs mailing list