VersionCheck: Skip running if called from our bzr repo

This commit is contained in:
Brian Fraser
2013-02-21 04:41:57 -03:00
parent 8ecde260a7
commit 4534981913
4 changed files with 39 additions and 0 deletions

View File

@@ -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) = @_;