[tools] testbot/WineTest: Always return the mission base name in SetupTest().

Francois Gouget fgouget at codeweavers.com
Wed Mar 31 05:36:41 CDT 2021


WineTest runs the tests even if the wineprefix creation failed so
developers have as much information as possible. So it needs to know the
mission base name either way.
The tests will be considered to be failed anyway since the wineprefix
creation failure could be caused by the patch.

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

diff --git a/testbot/bin/build/WineTest.pl b/testbot/bin/build/WineTest.pl
index c4a1216b0..ffd665faa 100755
--- a/testbot/bin/build/WineTest.pl
+++ b/testbot/bin/build/WineTest.pl
@@ -71,7 +71,6 @@ sub SetupTest($$)
     if (defined $ErrMessage)
     {
       LogMsg "Could not create the $BaseName wineprefix: $ErrMessage\n";
-      return 0;
     }
   }
 
-- 
2.20.1



More information about the wine-devel mailing list