summaryrefslogtreecommitdiff
path: root/mysql-test/mysql-test-run.pl
diff options
context:
space:
mode:
authorNirbhay Choubey <nirbhay@skysql.com>2014-06-26 12:11:12 -0400
committerNirbhay Choubey <nirbhay@skysql.com>2014-06-26 12:11:12 -0400
commit7ed27e1b8efa2c72ddb554362d76e5b7deb90bbe (patch)
treeca9be10b7ad581513bc9a875744c740598a3f5d9 /mysql-test/mysql-test-run.pl
parent9e1075eea005f0ddcc7c429cf4c9d60e54578ecb (diff)
downloadmariadb-git-7ed27e1b8efa2c72ddb554362d76e5b7deb90bbe.tar.gz
Fix for some failing tests.mariadb-galera-10.0.12
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-xmysql-test/mysql-test-run.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl
index e936073edd8..c3b04cbe833 100755
--- a/mysql-test/mysql-test-run.pl
+++ b/mysql-test/mysql-test-run.pl
@@ -3224,7 +3224,8 @@ sub check_wsrep_support() {
if ((check_wsrep_provider_env() == 1) || ($file_wsrep_provider ne "")) {
# Add galera test suites
mtr_report(" - adding wsrep, galera to default test suites");
- push @DEFAULT_SUITES, qw(wsrep galera);
+ #push @DEFAULT_SUITES, qw(wsrep galera);
+ push @DEFAULT_SUITES, qw(wsrep);
}
}
}