mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-04-26 01:02:25 +08:00
Fixed test that was breaking the sandbox
This commit is contained in:
@@ -73,4 +73,6 @@ $master_dbh->do("DROP DATABASE IF EXISTS test");
|
||||
# Done.
|
||||
# #############################################################################
|
||||
$sb->wipe_clean($master_dbh);
|
||||
$sb->stop_sandbox(qw(cmaster));
|
||||
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
|
||||
done_testing;
|
||||
|
||||
Reference in New Issue
Block a user