Module: tools Branch: master Commit: 83da6130c431dc501324faa996907eba07368d1f URL: https://source.winehq.org/git/tools.git/?a=commit;h=83da6130c431dc501324faa9...
Author: Francois Gouget fgouget@codeweavers.com Date: Fri Mar 26 04:19:34 2021 +0100
testbot/TestWTBS: Don't expect CVS revisions on the test report start lines.
Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/tests/TestWTBS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testbot/tests/TestWTBS b/testbot/tests/TestWTBS index 81b56c4..b76aad5 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; }