Module: tools Branch: master Commit: 9713b3645eeccce1701231fe092e5bdc2fbee9a7 URL: https://source.winehq.org/git/tools.git/?a=commit;h=9713b3645eeccce1701231fe...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Mar 31 12:36:41 2021 +0200
testbot/WineTest: Always return the mission base name in SetupTest().
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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
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 498b8af..3e13637 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; } }