Module: tools Branch: master Commit: 23fed17b68e5c7b8adfa603b74e0ee387004b87e URL: https://source.winehq.org/git/tools.git/?a=commit;h=23fed17b68e5c7b8adfa603b...
Author: Francois Gouget fgouget@codeweavers.com Date: Wed Jan 27 03:59:18 2021 +0100
testbot/PatchUtils: Run make_requests when it is modified.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/lib/WineTestBot/PatchUtils.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/lib/WineTestBot/PatchUtils.pm b/testbot/lib/WineTestBot/PatchUtils.pm index 5588df2..b2749c4 100644 --- a/testbot/lib/WineTestBot/PatchUtils.pm +++ b/testbot/lib/WineTestBot/PatchUtils.pm @@ -324,7 +324,7 @@ sub GetPatchImpacts($) $Impacts->{PatchedRoot} = $Impacts->{MakeMakefiles} = 1; $Impacts->{IsWinePatch} = 1; } - elsif ($Line =~ m=^--- \w+/(server/protocol.def)$=) + elsif ($Line =~ m=^--- \w+/(tools/make_requests|server/protocol.def)$=) { $Path = $1; $Impacts->{PatchedRoot} = $Impacts->{MakeRequests} = 1;