Kaydet (Commit) 52a485a6 authored tarafından Michael Stahl's avatar Michael Stahl

solenv: installer: error.py legitimately occurs in urllib

Change-Id: I5a45d0f504ea05d80220d961006b1b1189cebdca
üst 21675d2d
...@@ -331,6 +331,7 @@ sub check_logfile ...@@ -331,6 +331,7 @@ sub check_logfile
$compareline =~ s/Error\.ulf//g; # removing all occurrences of "Error.ulf" $compareline =~ s/Error\.ulf//g; # removing all occurrences of "Error.ulf"
$compareline =~ s/Error\.idl//g; # removing all occurrences of "Error.idl" $compareline =~ s/Error\.idl//g; # removing all occurrences of "Error.idl"
$compareline =~ s/Error\.html//g; # removing all occurrences of "Error.html" $compareline =~ s/Error\.html//g; # removing all occurrences of "Error.html"
$compareline =~ s/error\.py//g; # removing all occurrences of "error.py"
$compareline =~ s/libgpg-error-0.dll//g; $compareline =~ s/libgpg-error-0.dll//g;
if ( $compareline =~ /\bError\b/i ) 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