Commit fa4fa0ab authored by Nirbhay Choubey's avatar Nirbhay Choubey

Make galera test suites default.

parent a52a68cb
...@@ -175,6 +175,8 @@ my @DEFAULT_SUITES= qw( ...@@ -175,6 +175,8 @@ my @DEFAULT_SUITES= qw(
federated- federated-
funcs_1- funcs_1-
funcs_2- funcs_2-
galera-
galera_3nodes-
handler- handler-
heap- heap-
innodb- innodb-
......
...@@ -39,5 +39,7 @@ push @::global_suppressions, ...@@ -39,5 +39,7 @@ push @::global_suppressions,
$ENV{PATH}="$epath:$ENV{PATH}"; $ENV{PATH}="$epath:$ENV{PATH}";
$ENV{PATH}="$spath:$ENV{PATH}" unless $epath eq $spath; $ENV{PATH}="$spath:$ENV{PATH}" unless $epath eq $spath;
sub is_default { 1 }
bless { }; bless { };
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