Francois Gouget : testbot/LogUtils: Don't expect CVS revisions on the test report start lines.

Alexandre Julliard julliard at winehq.org
Mon Mar 22 16:32:42 CDT 2021


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

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Sun Mar 21 19:15:53 2021 +0100

testbot/LogUtils: Don't expect CVS revisions on the test report start lines.

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 840a552..7670f59 100644
--- a/testbot/lib/WineTestBot/LogUtils.pm
+++ b/testbot/lib/WineTestBot/LogUtils.pm
@@ -543,7 +543,7 @@ sub ParseWineTestReport($$$)
     chomp $Line;
     $Line =~ s/\r+$//;
 
-    if ($Line =~ m%^([_.a-z0-9-]+):([_a-z0-9]*) (start|skipped) (?:-|[/_.a-z0-9-]+) (?:-|[.0-9a-f]+)$%)
+    if ($Line =~ m%^([_.a-z0-9-]+):([_a-z0-9]*) (start|skipped) (?:-|[/_.a-z0-9-]+)%)
     {
       my ($Dll, $Unit, $Type) = ($1, $2, $3);
 




More information about the wine-cvs mailing list