[PATCH 1/4] testbot: Add a ModuleBuild check in GetPatchImpacts().

Francois Gouget fgouget at codeweavers.com
Fri Sep 21 03:35:22 CDT 2018


Patches that impact a single module can impact the Wine files list too.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/lib/WineTestBot/PatchUtils.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/PatchUtils.pm b/testbot/lib/WineTestBot/PatchUtils.pm
index 9e0e68980..602c80b7d 100644
--- a/testbot/lib/WineTestBot/PatchUtils.pm
+++ b/testbot/lib/WineTestBot/PatchUtils.pm
@@ -279,7 +279,8 @@ sub GetPatchImpacts($;$)
 
   if ($PastImpacts)
   {
-    if ($PastImpacts->{WineBuild} or $PastImpacts->{TestBuild})
+    if ($PastImpacts->{WineBuild} or $PastImpacts->{ModuleBuild} or
+        $PastImpacts->{TestBuild})
     {
       # Update the list of Wine files so we correctly recognize patchset parts
       # that modify new Wine files.
-- 
2.18.0




More information about the wine-devel mailing list