From 412ab8016b0c637ecbdca1f3071c5bb923b6533a Mon Sep 17 00:00:00 2001 From: "msvensson@pilot.mysql.com" <> Date: Thu, 20 Dec 2007 18:42:23 +0100 Subject: [PATCH] Use --skip-ssl by default --- mysql-test/mysql-test-run.pl | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index ca037830caf..e53039ba65e 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -3193,6 +3193,11 @@ sub start_mysqltest ($) { # Turn on SSL for _all_ test cases if option --ssl was used mtr_add_arg($args, "--ssl"); } + elsif ( $opt_ssl_supported ) + { + mtr_add_arg($args, "--skip-ssl"); + } + # ---------------------------------------------------------------------- # export MYSQL_TEST variable containing /mysqltest