Commit 7adf46f6 authored by Alexander Barkov's avatar Alexander Barkov

Re-enabling connect tests in 10.0-connect

(still disabled in 10.0 due to valgrind failures)

modified:
  mysql-test/mysql-test-run.pl
parent 17f3ae26
......@@ -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,spider,spider/bg" if $source_dist;
$DEFAULT_SUITES.=",sequence,sql_discovery,connect,spider,spider/bg" if $source_dist;
command_line_setup();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment