[tools] testbot/TestWTBS: There is no file for the "No patch found" disposition.

Francois Gouget fgouget at codeweavers.com
Tue Feb 16 08:54:57 CST 2021


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 testbot/tests/TestWTBS | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testbot/tests/TestWTBS b/testbot/tests/TestWTBS
index dbd1130ca..8a77b00de 100755
--- a/testbot/tests/TestWTBS
+++ b/testbot/tests/TestWTBS
@@ -1382,7 +1382,9 @@ sub CheckPatches()
     }
     elsif ($Patch->Subject =~ /\bWTBS\b/)
     {
-      ok(($Patch->Subject =~ /NoPatch/ or $Patch->Disposition eq "Reply to a patch series"),
+      ok(($Patch->Subject =~ /NoPatch/ or
+          $Patch->Disposition eq "Reply to a patch series" or
+          $Patch->Disposition eq "No patch found"),
          "Found no file for patch ". $Patch->Id .": ". $Patch->Subject)
           or diag("Disposition=". $Patch->Disposition);
     }
-- 
2.20.1




More information about the wine-devel mailing list