[tools] testbot/TestWTBS: Don't expect CVS revisions on the test report start lines.

Francois Gouget fgouget at codeweavers.com
Thu Mar 25 22:19:34 CDT 2021


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

diff --git a/testbot/tests/TestWTBS b/testbot/tests/TestWTBS
index 81b56c470..b76aad5f5 100755
--- a/testbot/tests/TestWTBS
+++ b/testbot/tests/TestWTBS
@@ -495,7 +495,7 @@ sub GetReportTestUnits($)
   {
     foreach my $Line (<$LogFile>)
     {
-      if ($Line =~ m%^([_.a-z0-9-]+:[_a-z0-9]*) start (?:-|[/_.a-z0-9-]+) (?:-|[.0-9a-f]+)%)
+      if ($Line =~ m%^([_.a-z0-9-]+:[_a-z0-9]*) start (?:-|[/_.a-z0-9-]+)%)
       {
         $TestUnits->{$1} = 1;
       }
-- 
2.20.1



More information about the wine-devel mailing list