Module: tools Branch: master Commit: 362f98885c5a41e71df90cbeb7866a443cff791b URL: https://source.winehq.org/git/tools.git/?a=commit;h=362f98885c5a41e71df90cbe...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Mar 1 16:24:56 2021 +0100
testbot/TestWTBS: Wine:build should inherit from build.
wine:build tasks are very similar to regular build tasks so it makes sense to have them inherit from them.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/tests/TestWTBS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/testbot/tests/TestWTBS b/testbot/tests/TestWTBS index 29c11d6..0a4f84d 100755 --- a/testbot/tests/TestWTBS +++ b/testbot/tests/TestWTBS @@ -371,7 +371,8 @@ sub LoadTestInfo($) foreach my $Pair (["tasks", ["build", "tests"]], ["tests", ["win", "wine"]], ["win", ["win32", "win64"]], - ["wine", ["wine:test", "wine:module"]]) + ["wine", ["wine:test", "wine:module"]], + ["build", ["wine:build"]]) { my ($Src, $TaskTypes) = @$Pair; foreach my $Field (keys %{$TestInfo->{$Src}})