REGTESTS: ssl: Fix references to removed option in test description

The log-error-via-logformat option was removed in commit
3d6350e108 and was replaced by a dedicated
error-log-format option. The references to this option need to be
removed from the test's description.
This commit is contained in:
Remi Tricot-Le Breton 2021-10-11 15:34:11 +02:00 committed by William Lallemand
parent bc2b96c2de
commit 1ac65f8668
1 changed files with 7 additions and 7 deletions

View File

@ -2,9 +2,9 @@
# This reg-test checks that the connection and SSL sample fetches related to # This reg-test checks that the connection and SSL sample fetches related to
# errors are functioning properly. It also tests the proper behaviour of the # errors are functioning properly. It also tests the proper behaviour of the
# default HTTPS log format and of the log-error-via-logformat option which enables # default HTTPS log format and of the error-log-format option which allows to
# or disables the output of a special error message in case of connection # define a specific log format used only in case of connection error (otherwise
# failure (otherwise a line following the configured log-format is output). # a line following the configured log-format is output).
# #
# It works by sending request through three different paths, one using a custom # It works by sending request through three different paths, one using a custom
# log-format line that contains the connection error and SSL handshake error # log-format line that contains the connection error and SSL handshake error
@ -17,10 +17,10 @@
# servers, synchronization is achieved through barriers, which ensure that # servers, synchronization is achieved through barriers, which ensure that
# syslog messages arrive in the right order. # syslog messages arrive in the right order.
# #
# In order to ensure that the log line raised in case of connection error if # In order to ensure that the log line raised in case of connection error if an
# the log-error-via-logformat option is disabled still follows the # error-log-format is defined still follows the log-separate-error option, the
# log-separate-error option, the log lines raised by the https_fmt_lst listener # log lines raised by the https_fmt_lst listener will be sent to two separate
# will be sent to two separate syslog servers. # syslog servers.
# #
varnishtest "Test the connection and SSL error fetches." varnishtest "Test the connection and SSL error fetches."