[Libreoffice-commits] core.git: solenv/bin
David Tardon
dtardon at redhat.com
Wed Apr 24 06:05:27 PDT 2013
solenv/bin/modules/installer/control.pm | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 97ac684062334a1128dd4167f759668113564d97
Author: David Tardon <dtardon at redhat.com>
Date: Wed Apr 24 12:46:41 2013 +0200
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 <dtardon at redhat.com>
Tested-by: David Tardon <dtardon at redhat.com>
diff --git a/solenv/bin/modules/installer/control.pm b/solenv/bin/modules/installer/control.pm
index 87b9615..7600754 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 )
{
More information about the Libreoffice-commits
mailing list