Make galera test suites default.

This commit is contained in:
Nirbhay Choubey 2016-09-30 21:13:03 -04:00
commit fa4fa0ab90
2 changed files with 4 additions and 0 deletions

View file

@ -39,5 +39,7 @@ push @::global_suppressions,
$ENV{PATH}="$epath:$ENV{PATH}";
$ENV{PATH}="$spath:$ENV{PATH}" unless $epath eq $spath;
sub is_default { 1 }
bless { };