mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 05:00:45 +00:00
PT-1554 Test for 5.6
This commit is contained in:
@@ -21,8 +21,10 @@ use Sandbox;
|
||||
use SqlModes;
|
||||
use File::Temp qw/ tempdir /;
|
||||
|
||||
if (!$ENV{PERCONA_SLOW_BOX}) {
|
||||
if ($ENV{PERCONA_SLOW_BOX}) {
|
||||
plan skip_all => 'This test needs a fast machine';
|
||||
} elsif ($sandbox_version lt '5.7') {
|
||||
plan skip_all => 'This tests needs MySQL 5.7+';
|
||||
} else {
|
||||
plan tests => 3;
|
||||
}
|
||||
|
Reference in New Issue
Block a user