This commit is contained in:
Carlos Salguero
2019-10-08 13:10:26 -03:00
parent c107e4fb42
commit a6e0b0d324
5 changed files with 292 additions and 72 deletions

View File

@@ -36,7 +36,6 @@ my $dp = new DSNParser(opts=>$dsn_opts);
my $sb = new Sandbox(basedir => '/tmp', DSNParser => $dp);
my $dbh = $sb->get_dbh_for('master');
plan skip_all => 'Cannot connect to sandbox master';
if ( !$dbh ) {
plan skip_all => 'Cannot connect to sandbox master';
} else {