1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Enabling --suite=connect by default

modified:
  mysql-test/mysql-test-run.pl
This commit is contained in:
Alexander Barkov
2013-05-13 13:35:56 +04:00
parent 5ac8c8bea6
commit 53e2023952

View File

@ -377,7 +377,7 @@ sub main {
# directly before it executes them, like "make test-force-pl" in RPM builds.
mtr_report("Logging: $0 ", join(" ", @ARGV));
$DEFAULT_SUITES.=",sequence,sql_discovery" if $source_dist;
$DEFAULT_SUITES.=",sequence,sql_discovery,connect" if $source_dist;
command_line_setup();