diff options
author | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-08-24 11:46:23 +0300 |
---|---|---|
committer | Jan Lindström <jan.lindstrom@mariadb.com> | 2017-08-28 11:39:28 +0300 |
commit | bbfd53cd32c1cf8be30f1d18225adb7fc5f6faf9 (patch) | |
tree | ab134c0a60287846051931625347c58121734e6d /mysql-test/mysql-test-run.pl | |
parent | efc0ec7631123c9219ac5d0723875a2748f624ee (diff) | |
download | mariadb-git-bb-10.1-jplindst.tar.gz |
Add galera suite to default suites and disable failing testbb-10.1-jplindst
cases.
Diffstat (limited to 'mysql-test/mysql-test-run.pl')
-rwxr-xr-x | mysql-test/mysql-test-run.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/mysql-test-run.pl b/mysql-test/mysql-test-run.pl index 2cd5d2ae922..0c142dc15b6 100755 --- a/mysql-test/mysql-test-run.pl +++ b/mysql-test/mysql-test-run.pl @@ -195,6 +195,7 @@ my @DEFAULT_SUITES= qw( unit- vcol- wsrep- + galera- ); my $opt_suites; |