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(! ($_= )) {