mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-13 14:39:28 +00:00
PT 3.0.12 fixes tests
This commit is contained in:
@@ -88,7 +88,7 @@ like(
|
||||
);
|
||||
|
||||
my $users_count = 2;
|
||||
if ($ENV{FORK} eq 'mariadb') {
|
||||
if ($ENV{FORK} || "" eq 'mariadb') {
|
||||
$users_count = 8;
|
||||
}
|
||||
like(
|
||||
|
Reference in New Issue
Block a user