File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -164,13 +164,14 @@ test_docker_logs_err() {
164164 # Ignore this pattern
165165 local ignore1=' creating Certificate Authority'
166166 local ignore2=' error_log' # nginx error log directive
167- local ignore3=' LogLevel' # Apache logging directive
168- local ignore4=' ErrorLog' # Apache error log directive
169- local ignore5=' # Possible values' # Apache httpd.conf contains a comment with verbosity levels
170- local ignore6=' # consult the online' # Apache httpd.conf contains a comment with warning
171- local ignore7=' stackoverflow' # contains a link comment with 'error' in url
172- local ignore8=' \[warn\] NameVirtualHost' # Apache specific, when massvhost projects are not yet loaded
173- local ignore=" ${ignore1} |${ignore2} |${ignore3} |${ignore4} |${ignore5} |${ignore6} |${ignore7} |${ignore8} "
167+ local ignore3=" fastcgi_intercept_errors" # nginx
168+ local ignore4=' LogLevel' # Apache logging directive
169+ local ignore5=' ErrorLog' # Apache error log directive
170+ local ignore6=' # Possible values' # Apache httpd.conf contains a comment with verbosity levels
171+ local ignore7=' # consult the online' # Apache httpd.conf contains a comment with warning
172+ local ignore8=' stackoverflow' # contains a link comment with 'error' in url
173+ local ignore9=' \[warn\] NameVirtualHost' # Apache specific, when massvhost projects are not yet loaded
174+ local ignore=" ${ignore1} |${ignore2} |${ignore3} |${ignore4} |${ignore5} |${ignore6} |${ignore7} |${ignore8} |${ignore9} "
174175
175176 # local clr_gray="\033[38;5;244m"
176177 local clr_test=" \033[0;34m" # blue
You can’t perform that action at this time.
0 commit comments