From ac3cc0b14f8db37e11ab964d62a3056c6394d5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Fri, 14 Jul 2023 15:15:51 +0200 Subject: [PATCH] Allow mysql-ssl option to differ --- tests/t/help_drv_mysql.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/t/help_drv_mysql.t b/tests/t/help_drv_mysql.t index da7d69de..e60d7470 100644 --- a/tests/t/help_drv_mysql.t +++ b/tests/t/help_drv_mysql.t @@ -8,7 +8,7 @@ Skip test if the MySQL driver is not available. $ sysbench --help | grep -- '--db-driver' --db-driver=STRING specifies database driver to use ('help' to get list of available drivers) [mysql] - $ sysbench --help | sed -n '/mysql options:/,/^$/p' + $ sysbench --help | sed -n '/mysql options:/,/^$/p' | grep -v 'mysql-ssl=' mysql options: --mysql-host=[LIST,...] MySQL server host [localhost] --mysql-port=[LIST,...] MySQL server port [3306] @@ -16,7 +16,6 @@ Skip test if the MySQL driver is not available. --mysql-user=STRING MySQL user [sbtest] --mysql-password=STRING MySQL password [] --mysql-db=STRING MySQL database name [sbtest] - --mysql-ssl=STRING SSL mode. This accepts the same values as the --ssl-mode option in the MySQL client utilities. Disabled by default [disabled] --mysql-ssl-key=STRING path name of the client private key file --mysql-ssl-ca=STRING path name of the CA file --mysql-ssl-cert=STRING path name of the client public key certificate file