Kaydet (Commit) 97ac6840 authored tarafından David Tardon's avatar David Tardon

add another filename that shouln't be matched as error

This procedure must surely win the prize for the lamest error handling
mechanism ever conceived.

Change-Id: I90d2a1160ff3e1e870e9ca3f03c92436398c3b7f
Reviewed-on: https://gerrit.libreoffice.org/3595Reviewed-by: 's avatarDavid Tardon <dtardon@redhat.com>
Tested-by: 's avatarDavid Tardon <dtardon@redhat.com>
üst 4402fd74
......@@ -334,6 +334,7 @@ sub check_logfile
$compareline =~ s/error\.py//g; # removing all occurrences of "error.py"
$compareline =~ s/error\.cpython-33\.py[oc]//g; # removing all occurrences of "error-cpython"
$compareline =~ s/libgpg-error-0.dll//g;
$compareline =~ s/Error-xref\.html//g;
if ( $compareline =~ /\bError\b/i )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment