From 26bab26adf0827d917458aa424bfa727a8432aec Mon Sep 17 00:00:00 2001 From: Nicolas Saillant Date: Thu, 18 Jul 2024 10:19:03 +0200 Subject: [PATCH] Improve regex pattern for third-party library detection --- Maintenance/test_handling/to_zipped_format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Maintenance/test_handling/to_zipped_format b/Maintenance/test_handling/to_zipped_format index b46fe121837..6327afb8393 100755 --- a/Maintenance/test_handling/to_zipped_format +++ b/Maintenance/test_handling/to_zipped_format @@ -132,7 +132,7 @@ sub reformat_results($) # print PLATFORM_NEW_RESULTS $_; # last; # } - if (/^-- Third-party library ([\w\.]+ [\w\.\_\-]*)/) { + if (/^-- Third-party library (.+)$/) { $TPL = "$TPL $1,"; } NEXT: if(! ($_= )) {