From 97ac684062334a1128dd4167f759668113564d97 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Wed, 24 Apr 2013 12:46:41 +0200 Subject: 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/3595 Reviewed-by: David Tardon Tested-by: David Tardon --- solenv/bin/modules/installer/control.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'solenv/bin') diff --git a/solenv/bin/modules/installer/control.pm b/solenv/bin/modules/installer/control.pm index 87b961548e82..7600754443eb 100644 --- a/solenv/bin/modules/installer/control.pm +++ b/solenv/bin/modules/installer/control.pm @@ -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 ) { -- cgit