diff options
author | Sergey Vojtovich <svoj@mariadb.org> | 2013-06-27 15:18:48 +0400 |
---|---|---|
committer | Sergey Vojtovich <svoj@mariadb.org> | 2013-06-27 15:18:48 +0400 |
commit | 0b116de7c58db3e483964d00e6a3803947bfaf4f (patch) | |
tree | b96b020fad96908be994458d76ae8ec0d3e0e7e2 /mysql-test/mysql-test-run.pl | |
parent | 107acbb9e45a468b485311466b72a90330388fea (diff) | |
download | mariadb-git-0b116de7c58db3e483964d00e6a3803947bfaf4f.tar.gz |
MDEV-4438 - Spider storage engine
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index ed84175edae..90988c73c66 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -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,spider,spider/bg" if $source_dist; command_line_setup(); |