mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 17:15:44 +00:00
VersionCheck: Skip running if called from our bzr repo
This commit is contained in:
@@ -25,6 +25,8 @@ my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
|
||||
my $master_dbh = $sb->get_dbh_for('master');
|
||||
my $slave1_dbh = $sb->get_dbh_for('slave1');
|
||||
|
||||
local $ENV{PERCONA_FORCE_VERSION_CHECK} = 1;
|
||||
|
||||
sub test_v {
|
||||
my (%args) = @_;
|
||||
|
||||
|
Reference in New Issue
Block a user