Francois Gouget : testbot/LogUtils: The 'silenced line' trace has an extra colon.

Alexandre Julliard julliard at winehq.org
Tue Feb 9 15:47:09 CST 2021


Module: tools
Branch: master
Commit: 91eb81de953cb8148ea34d23a6469889e238b74c
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=91eb81de953cb8148ea34d23a6469889e238b74c

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Tue Feb  9 16:22:34 2021 +0100

testbot/LogUtils: The 'silenced line' trace has an extra colon.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/lib/WineTestBot/LogUtils.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/testbot/lib/WineTestBot/LogUtils.pm b/testbot/lib/WineTestBot/LogUtils.pm
index 2f30493..69299da 100644
--- a/testbot/lib/WineTestBot/LogUtils.pm
+++ b/testbot/lib/WineTestBot/LogUtils.pm
@@ -323,7 +323,7 @@ sub GetReportLineCategory($)
   }
   if ($Line =~ /: Tests skipped: / or
       $Line =~ /^[_.a-z0-9-]+:[_a-z0-9]* skipped / or
-      $Line =~ /^[_.a-z0-9-]+:\d+ Line has been silenced after \d+ occurrences$/ or
+      $Line =~ /^[_.a-z0-9-]+:\d+: Line has been silenced after \d+ occurrences$/ or
       $Line =~ /^[0-9a-f]+:[_a-z0-9]+: Silenced \d+ todos, \d+ skips and \d+ traces\.$/)
   {
     return "skip";




More information about the wine-cvs mailing list